[CMake] cpack, deb file static libraries

2010-11-20 Thread Paolo Zaffino
Dear all, I builded a deb file using cpack. The package work fine but I have a question for you. During the compiling (run by cpack command) are generated some static libraries that will be included into the package. I don't want include the *.a files...do you know a way for exclude them from

Re: [CMake] cpack, deb file static libraries

2010-11-20 Thread Rolf Eike Beer
Am Samstag, 20. November 2010 schrieb Paolo Zaffino: Dear all, I builded a deb file using cpack. The package work fine but I have a question for you. During the compiling (run by cpack command) are generated some static libraries that will be included into the package. I don't want include

Re: [CMake] cpack, deb file static libraries

2010-11-20 Thread Eric Noulard
2010/11/20 Paolo Zaffino p.zaff...@yahoo.it: Dear all, I builded a deb file using cpack. The package work fine but I have a question for you. During the compiling (run by cpack command) are generated some static libraries that will be included into the package. I don't want include the *.a

Re: [CMake] cpack, deb file static libraries

2010-11-20 Thread Eric Noulard
2010/11/20 Paolo Zaffino p.zaff...@yahoo.it: I try to explain better: When I compile my source code, for building the foo executable is needed the library bar.a Both the files are building during the compile process...into the deb package I want include foo but I don't want include bar.a