[CMake] Re: Deb and RPM package generation modules

2007-07-12 Thread Vitor Vasconcelos Araujo Silva
It seems that the macro is called twice while the value of ${PROJECT} didn't changed (maybe twice in the same file?). If your project is open source, I can take a look Yes, it is. I can send you my main CMakeLists file. No, this variable add path(s) to the standard path where cmake

[CMake] Re: Deb and RPM package generation modules

2007-07-12 Thread Mehdi Rabah
On 7/12/07, Vitor Vasconcelos Araujo Silva <[EMAIL PROTECTED]> wrote: > The macro use the variable ${PROJECT_NAME} to name the debian control > file (which will be used to generate the deb package). If cmake complain > about a rule already outputing the same file, maybe it's because you're > tr

[CMake] Re: Deb and RPM package generation modules

2007-07-12 Thread Mehdi Rabah
Hi Vitor, >* Hi everyone, *>* *>* In case someone is interested in linux package generation within cmake, *>* I've started to improve the existing scripts *>* (http://www.cmake.org/Wiki/CMakeUserUseRPMTools *>* *>* and http://www.cmake.org/Wiki

[CMake] Re: Deb and RPM package generation modules

2007-07-05 Thread Mathieu Malaterre
On 7/4/07, Mehdi Rabah <[EMAIL PROTECTED]> wrote: Hi everyone, In case someone is interested in linux package generation within cmake, I've started to improve the existing scripts (http://www.cmake.org/Wiki/CMakeUserUseRPMTools and http://www.cmake.org/Wiki/CMakeUserUseDebian) to make both d