[cmake-commits] hoffman committed CMakeCPack.cmake 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 30 10:16:27 EDT 2007


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv4204

Modified Files:
	CMakeCPack.cmake 
Log Message:
ENH: fix for cygwin package 


Index: CMakeCPack.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeCPack.cmake,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- CMakeCPack.cmake	29 Oct 2007 12:11:44 -0000	1.6
+++ CMakeCPack.cmake	30 Oct 2007 14:16:24 -0000	1.7
@@ -108,7 +108,7 @@
     SET(CPACK_CYGWIN_PATCH_FILE 
       "${CMake_BINARY_DIR}/@CPACK_PACKAGE_FILE_NAME at -@CPACK_CYGWIN_PATCH_NUMBER at .patch")
     # include the sub directory for cygwin releases
-    INCLUDE(Utilities/Release/Cygwin)
+    INCLUDE(Utilities/Release/Cygwin/CMakeLists.txt)
     # when packaging source make sure the .build directory is not included
     SET(CPACK_SOURCE_IGNORE_FILES
       "/CVS/" "/\\\\.build/" "/\\\\.svn/" "\\\\.swp$" "\\\\.#" "/#" "~$")



More information about the Cmake-commits mailing list