mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
add space back to package name and vendor
This commit is contained in:
parent
63a88815bc
commit
d2f35adc11
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
macro(GENERATE_INSTALLERS)
|
||||
include(CPackComponent)
|
||||
|
||||
set(CPACK_PACKAGE_NAME "HighFidelity")
|
||||
set(CPACK_PACKAGE_VENDOR "HighFidelity")
|
||||
set(CPACK_PACKAGE_NAME "High Fidelity")
|
||||
set(CPACK_PACKAGE_VENDOR "High Fidelity")
|
||||
|
||||
if (WIN32)
|
||||
set(INTERFACE_STARTMENU_NAME "High Fidelity")
|
||||
|
|
Loading…
Reference in a new issue