mirror of
https://github.com/lubosz/overte.git
synced 2025-04-13 14:52:36 +02:00
exclude console build from all by default
This commit is contained in:
parent
acdd0bda2e
commit
3b3140de48
2 changed files with 3 additions and 3 deletions
|
@ -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 ()
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue