summaryrefslogtreecommitdiffstats
path: root/CMakeCPack.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-10-30 14:16:24 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-10-30 14:16:24 (GMT)
commitec79fff8624766b3f1c3752c68f87241b6cfe083 (patch)
tree8443077032739f6b169ac66d6ef691913c6b96a6 /CMakeCPack.cmake
parentc51672439349732d7396be2598af61a4d0660f72 (diff)
downloadCMake-ec79fff8624766b3f1c3752c68f87241b6cfe083.zip
CMake-ec79fff8624766b3f1c3752c68f87241b6cfe083.tar.gz
CMake-ec79fff8624766b3f1c3752c68f87241b6cfe083.tar.bz2
ENH: fix for cygwin package
Diffstat (limited to 'CMakeCPack.cmake')
-rw-r--r--CMakeCPack.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeCPack.cmake b/CMakeCPack.cmake
index 6cb6169..e28f4bd 100644
--- a/CMakeCPack.cmake
+++ b/CMakeCPack.cmake
@@ -108,7 +108,7 @@ IF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
SET(CPACK_CYGWIN_PATCH_FILE
"${CMake_BINARY_DIR}/@CPACK_PACKAGE_FILE_NAME@-@CPACK_CYGWIN_PATCH_NUMBER@.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$" "\\\\.#" "/#" "~$")