mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-15 22:39:33 +02:00
Merge pull request #6889 from birarda/console
explicitly remove server console targets from ALL_BUILD
This commit is contained in:
commit
ee42c1d7c8
1 changed files with 3 additions and 0 deletions
|
@ -68,4 +68,7 @@ if (PR_BUILD OR PRODUCTION_BUILD)
|
||||||
DESTINATION ${BESIDE_CONSOLE_DIR}
|
DESTINATION ${BESIDE_CONSOLE_DIR}
|
||||||
COMPONENT ${SERVER_COMPONENT}
|
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 ()
|
endif ()
|
||||||
|
|
Loading…
Reference in a new issue