Re: [CMake] External projects and make clean

2012-02-21 Thread David Cole
On Tue, Feb 21, 2012 at 9:47 AM, Oliver Boesche wrote: > Hi, > > thanks. Its a tricky solution ;) > > I think this behavior as a flag for ExternalProject_Add could be > interesting for some people. > > Regards > Oliver > > > > -- > > Powered by www.kitware.com > > Visit other Kitware open-source p

Re: [CMake] External projects and make clean

2012-02-21 Thread Oliver Boesche
Hi, thanks. Its a tricky solution ;) I think this behavior as a flag for ExternalProject_Add could be interesting for some people. Regards Oliver -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messa

Re: [CMake] External projects and make clean

2012-02-20 Thread Michael Hertling
On 02/17/2012 10:16 AM, Oliver Boesche wrote: > Hi, > > I use external projects e.g. to build BOOST for my own project. In that > case I want to prevent the project to be system or version dependent. > > So I build my dependencies successful with external project (and its > great), but if use m

[CMake] External projects and make clean

2012-02-17 Thread Oliver Boesche
Hi, I use external projects e.g. to build BOOST for my own project. In that case I want to prevent the project to be system or version dependent. So I build my dependencies successful with external project (and its great), but if use make clean it will clean all stuff and I have to rebuild t