Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
213ea40c
Commit
213ea40c
authored
Feb 16, 2006
by
Andy Cedilnik
Browse files
ENH: Variable name changed
parent
43df79d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
213ea40c
...
...
@@ -235,9 +235,9 @@ IF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
# 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"
)
SET
(
CPACK_PACKAGE_EXECUTABLE
"CMakeSetup"
"CMake"
)
SET
(
CPACK_PACKAGE_EXECUTABLE
S
"CMakeSetup"
"CMake"
)
ELSE
(
WIN32 AND NOT UNIX
)
SET
(
CPACK_PACKAGE_EXECUTABLE
"ccmake"
"CMake"
)
SET
(
CPACK_PACKAGE_EXECUTABLE
S
"ccmake"
"CMake"
)
ENDIF
(
WIN32 AND NOT UNIX
)
INCLUDE
(
CPack
)
ENDIF
(
EXISTS
"
${
CMAKE_ROOT
}
/Modules/CPack.cmake"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment