4 lines
151 B
CMake
Raw Normal View History

2015-11-17 17:22:37 +01:00
# two levels of escaping to pass through CPackConfig.cmake
set(CPACK_PACKAGE_INSTALL_DIRECTORY "Foo\\\\Bar")
set(CPACK_NSIS_DISPLAY_NAME "Bar\\\\Foo")