mirror of
https://github.com/overte-org/overte.git
synced 2025-07-29 18:52:11 +02:00
shorten up GenerateInstallers macro
This commit is contained in:
parent
fdda93a62d
commit
8c400f1c5f
1 changed files with 2 additions and 8 deletions
|
@ -56,14 +56,8 @@ macro(GENERATE_INSTALLERS)
|
||||||
set(CPACK_OSX_PACKAGE_VERSION ${CMAKE_OSX_DEPLOYMENT_TARGET})
|
set(CPACK_OSX_PACKAGE_VERSION ${CMAKE_OSX_DEPLOYMENT_TARGET})
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
cpack_add_component(
|
cpack_add_component(${CLIENT_COMPONENT} DISPLAY_NAME "High Fidelity Client")
|
||||||
${CLIENT_COMPONENT}
|
cpack_add_component(${SERVER_COMPONENT} DISPLAY_NAME "High Fidelity Server")
|
||||||
DISPLAY_NAME "High Fidelity Client"
|
|
||||||
)
|
|
||||||
|
|
||||||
cpack_add_component(${SERVER_COMPONENT}
|
|
||||||
DISPLAY_NAME "High Fidelity Server"
|
|
||||||
)
|
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
# we don't want the OS X package to install anywhere but the main volume, so disable relocation
|
# we don't want the OS X package to install anywhere but the main volume, so disable relocation
|
||||||
|
|
Loading…
Reference in a new issue