We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c9bffa + 24db326 commit 9632ba2Copy full SHA for 9632ba2
source/tests/metacall_plugin_extension_invalid_path_test/CMakeLists.txt
@@ -1,5 +1,5 @@
1
# Check if this loader is enabled
2
-if(NOT OPTION_BUILD_LOADERS OR NOT OPTION_BUILD_LOADERS_EXT OR NOT OPTION_BUILD_EXTENSIONS OR NOT OPTION_BUILD_CLI)
+if(NOT OPTION_BUILD_LOADERS OR NOT OPTION_BUILD_LOADERS_EXT OR NOT OPTION_BUILD_EXTENSIONS OR NOT OPTION_BUILD_CLI OR NOT TARGET cli_core_plugin)
3
return()
4
endif()
5
0 commit comments