Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CPackConfig
/
Default.cmake
blob: 3b3beb30b80c8da1c9cb6c4e6e954b9ae35598f8 [
file
]
# two levels of escaping to pass through CPackConfig.cmake
set
(
CPACK_PACKAGE_INSTALL_DIRECTORY
"Foo\\\\Bar"
)
set
(
CPACK_NSIS_DISPLAY_NAME
"Bar\\\\Foo"
)