[CMake] CPack ignore parameter

Hendrik Belitz hbelitz at users.berlios.de
Thu Jul 6 10:16:14 EDT 2006


So the following

SET(CPACK_SOURCE_IGNORE_FILES
"/^CPack.*/"
"/.*\\\\.kdev.*/")

should result in ignoring all files Starting with 'CPack' or containing 
'.kdev', right? But why does this not lead to exclusion of files like

'CPackConfig.cmake'

or

'myproject.kdevses' ?


More information about the CMake mailing list