explicitly remove server console targets from ALL_BUILD

This commit is contained in:
Stephen Birarda 2016-01-21 15:19:31 -08:00
parent 4cfe3941f4
commit f4b94e0ea6

View file

@ -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 ()