mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 23:12:16 +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})
|
||||
endif ()
|
||||
|
||||
cpack_add_component(
|
||||
${CLIENT_COMPONENT}
|
||||
DISPLAY_NAME "High Fidelity Client"
|
||||
)
|
||||
|
||||
cpack_add_component(${SERVER_COMPONENT}
|
||||
DISPLAY_NAME "High Fidelity Server"
|
||||
)
|
||||
cpack_add_component(${CLIENT_COMPONENT} DISPLAY_NAME "High Fidelity Client")
|
||||
cpack_add_component(${SERVER_COMPONENT} DISPLAY_NAME "High Fidelity Server")
|
||||
|
||||
if (APPLE)
|
||||
# we don't want the OS X package to install anywhere but the main volume, so disable relocation
|
||||
|
|
Loading…
Reference in a new issue