4 lines
151 B
CMake
4 lines
151 B
CMake
|
# two levels of escaping to pass through CPackConfig.cmake
|
||
|
set(CPACK_PACKAGE_INSTALL_DIRECTORY "Foo\\\\Bar")
|
||
|
set(CPACK_NSIS_DISPLAY_NAME "Bar\\\\Foo")
|