Re: [CMake] cmake - preventing `make clean` from cleaning ExternalProject.

2011-06-08 Thread Alexander Neundorf
On Tuesday 07 June 2011, Alexander Neundorf wrote: On Tuesday, June 07, 2011 04:41:03 AM jeeyoung kim wrote: I was wondering if there's some way to prevent make clean in cmake from re-building external dependencies. I'm using ExternalProject to build third party c++ libraries, and they do

Re: [CMake] cmake - preventing `make clean` from cleaning ExternalProject.

2011-06-07 Thread Alexander Neundorf
On Tuesday, June 07, 2011 04:41:03 AM jeeyoung kim wrote: I was wondering if there's some way to prevent make clean in cmake from re-building external dependencies. I'm using ExternalProject to build third party c++ libraries, and they do not have to be rebuilt even if I do make clean. On

Re: [CMake] cmake - preventing `make clean` from cleaning ExternalProject.

2011-06-07 Thread Rolf Eike Beer
I was wondering if there's some way to prevent make clean in cmake from re-building external dependencies. I'm using ExternalProject to build third party c++ libraries, and they do not have to be rebuilt even if I do make clean. On the other hand, I might want to create a new rule, say,

[CMake] cmake - preventing `make clean` from cleaning ExternalProject.

2011-06-06 Thread jeeyoung kim
I was wondering if there's some way to prevent make clean in cmake from re-building external dependencies. I'm using ExternalProject to build third party c++ libraries, and they do not have to be rebuilt even if I do make clean. On the other hand, I might want to create a new rule, say, make