Re: [CMake] CPack and configure_file

2011-01-12 Thread Tobias Ellinghaus
Am Tuesday 11 January 2011 schrub Eric Noulard: [...] in fact I think the real source for this is the fact the CPack lacks the notion of EXTRA distribution file which is available with autoconf, EXTRA_DIST var http://www.gnu.org/software/hello/manual/automake/Basics-of-Distribution.h tml

Re: [CMake] CPack and configure_file

2011-01-11 Thread Tobias Ellinghaus
Am Dienstag, 11. Januar 2011 schrub Eric Noulard: [many great ideas how to solve my issue] Thank you very much folks. I guess I will find something with the pointers you gave me. :-) Current source packaging is more or less a hack. Useful hack, but a hack. Better than nothing I guess.

[CMake] CPack and configure_file

2011-01-10 Thread Tobias Ellinghaus
Hello, I create some files inside of CMAKE_CURRENT_BINARY_DIR using configure_file(). These are not installed but needed for compiling the program. When creating a .tgz file with make package_source these files are not included so that the resulting source package is basically useless. Is

Re: [CMake] CPack and configure_file

2011-01-10 Thread Tobias Ellinghaus
Am Montag, 10. Januar 2011 schrub Eric Noulard: 2011/1/10 Tobias Ellinghaus h...@gmx.de: Hello, I create some files inside of CMAKE_CURRENT_BINARY_DIR using configure_file(). These are not installed but needed for compiling the program. When creating a .tgz file with make