From b4afd7e3c08b992a1259975643d81615016b876c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Sat, 2 Nov 2024 20:22:03 -0400 Subject: [PATCH] [ci] Look for the correct target --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c33edb..01148eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()