Re: [CMake] Running cpack without source folder

2016-05-10 Thread Miklos Espak
Hi Attila, indeed, I was running cpack as 'make package'. Everything is fine if I run "cpack --config ./CPackConfig.cmake". Thanks very much. Miklos On 10 May 2016 at 10:42, Attila Krasznahorkay < attila.krasznahor...@gmail.com> wrote: > Hi, > > If you run the cpack executable directly, it sh

Re: [CMake] Running cpack without source folder

2016-05-10 Thread Attila Krasznahorkay
Hi, If you run the cpack executable directly, it should not reconfigure/rebuild your project. As far as I know... How do you run it now? "make package"? That will reconfigure/rebuild the project not really because of CPack, but because of how the Makefiles are set up. Cheers, Atti

[CMake] Running cpack without source folder

2016-05-10 Thread Miklos Espak
Hi, given a complete build folder with all external projects, is it possible to run cpack without touching the sources? As I see, it now starts with configuring and building the project. (Skipping what is up-to-date, usually everything.) This can cause a problem if you switched branch after the b