ENH: Variable name changed

This commit is contained in:
Andy Cedilnik 2006-02-16 15:41:06 -05:00
parent 43df79d9fc
commit 213ea40c6f
1 changed files with 2 additions and 2 deletions

View File

@ -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_EXECUTABLES "CMakeSetup" "CMake")
ELSE(WIN32 AND NOT UNIX)
SET(CPACK_PACKAGE_EXECUTABLE "ccmake" "CMake")
SET(CPACK_PACKAGE_EXECUTABLES "ccmake" "CMake")
ENDIF(WIN32 AND NOT UNIX)
INCLUDE(CPack)
ENDIF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")