From 213ea40c6fa38704ded94a91123cfbaa03c9e149 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 16 Feb 2006 15:41:06 -0500 Subject: ENH: Variable name changed --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71214f1..cb22951 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") -- cgit v0.12