Hendrik Belitz wrote:

So the following

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

should result in ignoring all files Starting with 'CPack' or containing '.kdev', right?
No.
Note the / forward slashes - they catch directories.


Start playing with
".*\\\\.kdev"

See
http://www.cmake.org/Wiki/CMake_FAQ#Which_regular_expressions_are_supported_by_cmake.3F

Jan.

--

 Dipl.-Ing. Jan Woetzel
--------------------------------------------------
 University of Kiel
 Institute of Computer Science and Applied Mathematics
 Hermann-Rodewald-Str. 3 [room 310]
 24098 Kiel/Germany
--------------------------------------------------
 Phone +49-431-880-4477
 Fax   +49-431-880-4054
 Mob.  +49-179-2937346
--------------------------------------------------
 Url   www.mip.informatik.uni-kiel.de/~jw
 Email [EMAIL PROTECTED]

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to