mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-08 10:34:35 +02:00
explicitly remove server console targets from ALL_BUILD
This commit is contained in:
parent
4cfe3941f4
commit
f4b94e0ea6
1 changed files with 3 additions and 0 deletions
|
@ -68,4 +68,7 @@ if (PR_BUILD OR PRODUCTION_BUILD)
|
|||
DESTINATION ${BESIDE_CONSOLE_DIR}
|
||||
COMPONENT ${SERVER_COMPONENT}
|
||||
)
|
||||
else ()
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES EXCLUDE_FROM_ALL TRUE EXCLUDE_FROM_DEFAULT_BUILD TRUE)
|
||||
set_target_properties(${TARGET_NAME}-npm-install PROPERTIES EXCLUDE_FROM_ALL TRUE EXCLUDE_FROM_DEFAULT_BUILD TRUE)
|
||||
endif ()
|
||||
|
|
Loading…
Reference in a new issue