On Fri, Oct 15, 2010 at 5:35 PM, Jeremy Selan <jeremy...@...> wrote:
One gotcha: when you use `make package_source` it appears to grab all files in the subdirectory, including the build dirs and other files which may not be part of the repository. I'm looking at setting up cpack to only include specified subdirs.
You can use the CPACK_SOURCE_IGNORE_FILES to hold a semi-colon separated list of regexs to ignore files/directories.