STYLE: Add an explanation for a bunch of backslashes

This commit is contained in:
Andy Cedilnik 2006-01-09 13:15:19 -05:00
parent 6d113b9a85
commit aa9734ab6c
1 changed files with 2 additions and 0 deletions

View File

@ -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)