[CMake] Re: CPack: how to ignore some file in source tree?

Eric Noulard eric.noulard at gmail.com
Thu Oct 12 19:13:44 EDT 2006


Ok I found that I may set
CPACK_SOURCE_IGNORE_FILES
I did had it to Wiki:
http://www.cmake.org/Wiki/CMake:Packaging_With_CPack#CPack_Settings

But now I would only like to ignore "more" file
not replacing the default ignore list.

Is there a way to to it?
Or should I file a bug/feature request?

2006/10/13, Eric Noulard <eric.noulard at gmail.com>:
> Hi all,
>
> I am using CPack for packaging source tree
> and I wonder if it is possible to indicate
> to CPack file pattern or file list to be ignored?
>
> Using CMake+CPack on linux with Makefile generator
> and a
>
> make package_source will build a nice
> TGZ tarball but I need to exclude some files
> like:
>
> svn-commit*
> or
> *~
> or even
> cscope*
>
> Is it possible to do that?
>
> --
> Erk
>


-- 
Erk


More information about the CMake mailing list