Skip to content

Commit

Permalink
Merge pull request #520 from ashpect/develop
Browse files Browse the repository at this point in the history
Fix bug
  • Loading branch information
giarve authored Aug 24, 2024
2 parents 3c9bffa + 24db326 commit 9632ba2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Check if this loader is enabled
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)
return()
endif()

Expand Down

0 comments on commit 9632ba2

Please sign in to comment.