Skip to content

Commit

Permalink
[ci] Look for the correct target
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 3, 2024
1 parent f51f6b5 commit b4afd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if(NOT TARGET score_lib_base)
include(ScoreExternalAddon)
endif()

if(NOT TARGET score_plugin_avnd)
if(NOT TARGET avnd_halp_module)
return()
endif()

Expand Down

0 comments on commit b4afd7e

Please sign in to comment.