From ec79fff8624766b3f1c3752c68f87241b6cfe083 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 30 Oct 2007 10:16:24 -0400 Subject: ENH: fix for cygwin package --- CMakeCPack.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeCPack.cmake') diff --git a/CMakeCPack.cmake b/CMakeCPack.cmake index 6cb6169361..e28f4bd520 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$" "\\\\.#" "/#" "~$") -- cgit v1.2.1