exclude console build from all by default

This commit is contained in:
Stephen Birarda 2016-01-07 16:45:37 -08:00
parent acdd0bda2e
commit 3b3140de48
2 changed files with 3 additions and 3 deletions

View file

@ -29,4 +29,6 @@ install(
COMPONENT ${SERVER_COMPONENT}
)
consolidate_installer_components()
if (NOT PR_BUILD AND NOT PRODUCTION_BUILD)
set_target_properties(${PACKAGING_TARGET_NAME} PROPERTIES EXCLUDE_FROM_ALL)
endif ()

View file

@ -62,8 +62,6 @@ set(INTERFACE_SRCS ${INTERFACE_SRCS} "${QT_UI_HEADERS}" "${QT_RESOURCES}")
# qt5_create_translation_custom(${QM} ${INTERFACE_SRCS} ${QT_UI_FILES} ${TS})
if (APPLE)
set(MACOSX_BUNDLE_BUNDLE_NAME "High Fidelity")
# configure CMake to use a custom Info.plist
set_target_properties(${this_target} PROPERTIES MACOSX_BUNDLE_INFO_PLIST MacOSXBundleInfo.plist.in)