diff options
author | Brad King <brad.king@kitware.com> | 2017-09-26 08:49:28 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-09-26 08:49:28 -0400 |
commit | fa23f66ad584883b3d117ca953b6539507c377ee (patch) | |
tree | 6e022e8c38fa0a9bf5d59d45adc0b8ded5774f47 /CMakeCPackOptions.cmake.in | |
parent | c40d130034278e28964929e8d61f3280945b7531 (diff) | |
download | cmake-fa23f66ad584883b3d117ca953b6539507c377ee.tar.gz |
CMakeCPack: Exclude version-control-specific files from source package
Diffstat (limited to 'CMakeCPackOptions.cmake.in')
-rw-r--r-- | CMakeCPackOptions.cmake.in | 6 |
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") |