From aa9734ab6ceab283c83615ea52644ff730651dbc Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 9 Jan 2006 13:15:19 -0500 Subject: STYLE: Add an explanation for a bunch of backslashes --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8600c55..8fe86bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -188,6 +188,8 @@ IF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake") SET(CPACK_PACKAGE_VERSION_MINOR "${CMake_VERSION_MINOR}") SET(CPACK_PACKAGE_VERSION_PATCH "${CMake_VERSION_PATCH}") IF(WIN32 AND NOT UNIX) + # There is a bug in NSI that does not handle full unix paths properly. Make + # sure there is at least one set of four (4) backlasshes. SET(CPACK_PACKAGE_ICON "${CMake_SOURCE_DIR}/Utilities/Release\\\\CMakeInstall.bmp") ENDIF(WIN32 AND NOT UNIX) INCLUDE(CPack) -- cgit v0.12