[cmake-commits] hoffman committed CMakeLists.txt 1.54.2.4 1.54.2.5

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 27 16:01:56 EDT 2006


Update of /cvsroot/CMake/CMake/Tests/SimpleInstall
In directory public:/mounts/ram/cvs-serv22632/Tests/SimpleInstall

Modified Files:
      Tag: CMake-2-4
	CMakeLists.txt 
Log Message:
ENH: move changes from main tree


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SimpleInstall/CMakeLists.txt,v
retrieving revision 1.54.2.4
retrieving revision 1.54.2.5
diff -u -d -r1.54.2.4 -r1.54.2.5
--- CMakeLists.txt	13 Oct 2006 14:52:16 -0000	1.54.2.4
+++ CMakeLists.txt	27 Oct 2006 20:01:54 -0000	1.54.2.5
@@ -218,6 +218,7 @@
 # Dummy test of CPack
 SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Test of packaging with cpack")
 SET(CPACK_PACKAGE_VENDOR "Kitware")
+SET(CPACK_INSTALL_SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/PackageScript.cmake")
 
 IF(WIN32 AND NOT UNIX)
   FIND_PROGRAM(NSIS_MAKENSIS NAMES makensis
@@ -229,7 +230,7 @@
   ENDIF(NOT NSIS_MAKENSIS)
 ENDIF(WIN32 AND NOT UNIX)
 IF(UNIX AND NOT APPLE)
-  #  SET(CPACK_GENERATOR "TGZ;STGZ")
+  SET(CPACK_GENERATOR "TGZ;STGZ;TZ")
   #  FIND_PROGRAM(found_compress
   #    NAMES compress)
   #  IF(found_compress)



More information about the Cmake-commits mailing list