Yes, I did try to escape the $; no joy. No, I'm not against leaving the $ out, but I can't get it to work anyway.
Kent -----Original Message----- From: Tyler Roscoe [mailto:[email protected]] Sent: Monday, June 29, 2009 10:10 PM To: Knox, Kent Cc: [email protected] Subject: Re: [CMake] CPACK_SOURCE_IGNORE_FILES On Mon, Jun 29, 2009 at 08:18:35PM -0500, Knox, Kent wrote: > set( CPACK_SOURCE_IGNORE_FILES > "/Build/;/\\\\.hg/;/\\\\.svn/;/\\\\.ncb$/" ) Have you tried escaping the $ ? Have you tried just leaving the $ out, or do you really need to exclude foo.ncb while including bar.ncbsomethingelse? tyler _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
