mirror of
https://github.com/reactos/CMake.git
synced 2025-02-13 08:06:16 +00:00
STYLE: Add an explanation for a bunch of backslashes
This commit is contained in:
parent
6d113b9a85
commit
aa9734ab6c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user