Re: [CMake] How to set CPACK_SOURCE_IGNORE_FILES to remove all source code?

2009-03-10 Thread David Fitzpatrick
Thanks again Eric for the update... I pulled the cpack source code and started looking through it and came to the same conclusion. Additionally I ran into a message on the boards about the PACKAGE_SOURCE not being included in the cmake build. Everything started making sense shortly after I disc

Re: [CMake] How to set CPACK_SOURCE_IGNORE_FILES to remove all source code?

2009-03-09 Thread David Fitzpatrick
and users. The users (for various reasons) cannot have any of the code base and I wanted the rule from above to make sure there was none. Adding one command to ignore files versus forcing multiple developers to add multiple macros/interfaces/loops seemed an easy choice... -D Eric Noulard w

[CMake] How to set CPACK_SOURCE_IGNORE_FILES to remove all source code?

2009-03-09 Thread David Fitzpatrick
I have been working with CMake/CPack (2.6.2 and 2.6.3) for a few weeks now and have run into a problem with creating a binary distro using Cpack and NSIS. I would like to set a flag to remove all source code from the installer and have no success using the CPACK_SOURCE_IGNORE_FILES variable.