Skip to content

Commit 9632ba2

Browse files
authored
Merge pull request #520 from ashpect/develop
Fix bug
2 parents 3c9bffa + 24db326 commit 9632ba2

File tree

1 file changed

+1
-1
lines changed
  • source/tests/metacall_plugin_extension_invalid_path_test

1 file changed

+1
-1
lines changed

source/tests/metacall_plugin_extension_invalid_path_test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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)
2+
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)
33
return()
44
endif()
55

0 commit comments

Comments
 (0)