Re: [CMake] Help on ExternalProject_Add

2011-02-16 Thread Luigi Calori
Thanks a lot, Your suggestion worked really well, I ' m now able to separate download source and build into two separate projects, I have added a STAMP_DIR line into source building project to keep git download stamp out of binary dir and side to source, so even if i completely empty the binary

[CMake] Help on ExternalProject_Add

2011-02-09 Thread Luigi Calori
Hi everybody, I' m trying to use ExternalProject to wrap serveral building recipies for different packages I have to use: I am taking the habit of using it as a replacement of shell scripts or manual session for building from source. In my usage I found some problems, possibly due to my

Re: [CMake] Help on ExternalProject_Add

2011-02-09 Thread Jean-Christophe Fillion-Robin
Hi Luigi, You will find some comments below ... Jc On Wed, Feb 9, 2011 at 9:07 AM, Luigi Calori l.cal...@cineca.it wrote: Hi everybody, I' m trying to use ExternalProject to wrap serveral building recipies for different packages I have to use: I am taking the habit of using it as a