summaryrefslogtreecommitdiff
path: root/CPackSourceConfig.cmake.in
blob: 46b8eee7dc971600ddc618a8e0141ccac00983ed (plain)
1
2
3
4
5
6
7
8
# All CPACK_ variables from the cmake project
@_CPACK_OTHER_VARIABLES_@

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(CPACK_GENERATOR MATCHES "CygwinSource")