summaryrefslogtreecommitdiff
path: root/CMakeCPackOptions.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-09-26 08:49:28 -0400
committerBrad King <brad.king@kitware.com>2017-09-26 08:49:28 -0400
commitfa23f66ad584883b3d117ca953b6539507c377ee (patch)
tree6e022e8c38fa0a9bf5d59d45adc0b8ded5774f47 /CMakeCPackOptions.cmake.in
parentc40d130034278e28964929e8d61f3280945b7531 (diff)
downloadcmake-fa23f66ad584883b3d117ca953b6539507c377ee.tar.gz
CMakeCPack: Exclude version-control-specific files from source package
Diffstat (limited to 'CMakeCPackOptions.cmake.in')
-rw-r--r--CMakeCPackOptions.cmake.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeCPackOptions.cmake.in b/CMakeCPackOptions.cmake.in
index ad0c245863..a08c97d049 100644
--- a/CMakeCPackOptions.cmake.in
+++ b/CMakeCPackOptions.cmake.in
@@ -208,12 +208,6 @@ if(CPACK_GENERATOR MATCHES "IFW")
endif()
-if(CPACK_GENERATOR MATCHES "CygwinSource")
- # when packaging source make sure the .build directory is not included
- set(CPACK_SOURCE_IGNORE_FILES
- "/CVS/" "/\\.build/" "/\\.svn/" "\\.swp$" "\\.#" "/#" "~$")
-endif()
-
if("${CPACK_GENERATOR}" STREQUAL "PackageMaker")
if(CMAKE_PACKAGE_QTGUI)
set(CPACK_PACKAGE_DEFAULT_LOCATION "/Applications")