mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 15:23:56 +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}
|
||||
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