File tree Expand file tree Collapse file tree 2 files changed +651
-444
lines changed Expand file tree Collapse file tree 2 files changed +651
-444
lines changed Original file line number Diff line number Diff line change 11# Check if port is enabled
2- if (NOT OPTION_BUILD_PORTS OR NOT OPTION_BUILD_PORTS_NODE OR NOT OPTION_BUILD_CLI )
2+ if (NOT OPTION_BUILD_PORTS OR NOT OPTION_BUILD_PORTS_NODE)
33 return ()
44endif ()
55
@@ -80,7 +80,7 @@ install(FILES
8080#
8181
8282# Check if loaders are enabled
83- if (NOT OPTION_BUILD_LOADERS OR NOT OPTION_BUILD_LOADERS_NODE OR NOT OPTION_BUILD_LOADERS_PY OR NOT OPTION_BUILD_LOADERS_RB OR NOT OPTION_BUILD_SCRIPTS OR NOT OPTION_BUILD_SCRIPTS_PY OR NOT OPTION_BUILD_SCRIPTS_RB)
83+ if (NOT OPTION_BUILD_CLI OR NOT OPTION_BUILD_LOADERS OR NOT OPTION_BUILD_LOADERS_NODE OR NOT OPTION_BUILD_LOADERS_PY OR NOT OPTION_BUILD_LOADERS_RB OR NOT OPTION_BUILD_SCRIPTS OR NOT OPTION_BUILD_SCRIPTS_PY OR NOT OPTION_BUILD_SCRIPTS_RB)
8484 return ()
8585endif ()
8686
You can’t perform that action at this time.
0 commit comments