mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 15:33:10 +02:00
use corect interpolation of display name option
This commit is contained in:
parent
798760f175
commit
cfcda488c4
1 changed files with 5 additions and 5 deletions
|
@ -16,11 +16,11 @@ macro(GENERATE_INSTALLERS)
|
|||
|
||||
set(_DISPLAY_NAME "High Fidelity")
|
||||
|
||||
set(CPACK_PACKAGE_NAME _DISPLAY_NAME)
|
||||
set(CPACK_PACKAGE_VENDOR _DISPLAY_NAME)
|
||||
set(CPACK_NSIS_DISPLAY_NAME _DISPLAY_NAME)
|
||||
set(CPACK_NSIS_PACKAGE_NAME _DISPLAY_NAME)
|
||||
set(CPACK_PACKAGE_INSTALL_DIRECTORY _DISPLAY_NAME)
|
||||
set(CPACK_PACKAGE_NAME ${_DISPLAY_NAME})
|
||||
set(CPACK_PACKAGE_VENDOR "High Fidelity")
|
||||
set(CPACK_NSIS_DISPLAY_NAME ${_DISPLAY_NAME})
|
||||
set(CPACK_NSIS_PACKAGE_NAME ${_DISPLAY_NAME})
|
||||
set(CPACK_PACKAGE_INSTALL_DIRECTORY ${_DISPLAY_NAME})
|
||||
|
||||
# configure a cpack properties file for custom installation options
|
||||
set(CPACK_CONFIGURED_PROP_FILE "${CMAKE_CURRENT_BINARY_DIR}/CPackCustomProperties.cmake")
|
||||
|
|
Loading…
Reference in a new issue