diff options
author | Brad King <brad.king@kitware.com> | 2017-03-10 13:40:36 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-03-10 13:40:38 (GMT) |
commit | 6b586e2c13b36a5847671fad7ea5d04dde0ab1a9 (patch) | |
tree | 012a8052e1fb0a5cb95dbf6a64e0a53e92711d69 /Tests | |
parent | 7bd58bd67d204a73e40090ebe9a31b368cd73fb0 (diff) | |
parent | ae0f7dfa954e97d8b62cf83f0063e37171b457f8 (diff) | |
download | CMake-6b586e2c13b36a5847671fad7ea5d04dde0ab1a9.zip CMake-6b586e2c13b36a5847671fad7ea5d04dde0ab1a9.tar.gz CMake-6b586e2c13b36a5847671fad7ea5d04dde0ab1a9.tar.bz2 |
Merge topic 'test-CPackComponents-fix-NSIS-root'
ae0f7dfa Tests: Fix CPackComponents NSIS install root
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !569
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CPackComponents/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CPackComponents/CMakeLists.txt b/Tests/CPackComponents/CMakeLists.txt index 3c8ae35..5b03c9e 100644 --- a/Tests/CPackComponents/CMakeLists.txt +++ b/Tests/CPackComponents/CMakeLists.txt @@ -79,7 +79,7 @@ set(CPACK_NSIS_MENU_LINKS ) # Suggested default root for end users of the installer: -set(CPACK_NSIS_INSTALL_ROOT "C:\\Program Files\\CMake Tests Install Root") +set(CPACK_NSIS_INSTALL_ROOT "C:/Program Files/CMake Tests Install Root") # Include CPack to introduce the appropriate targets include(CPack) |