Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cd6771646aa56e8a791105b335fc8bce309daa85
/
.
/
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"
)