Re: [CMake] Hint on usage of ExternalProject_Add

2010-02-08 Thread Luigi Calori
Luigi Calori wrote: Getting no feedback, try to be shorter Is possible with ExternalProject skip download+patch if only configure or build fails? I'm working with 2.8.0,MSVC9 I tried without success: the target does not try to rebuild if I change CMAKE_ARGS Is it intended? Is 2.8.1 RC1

[CMake] Hint on usage of ExternalProject_Add

2010-02-05 Thread Luigi Calori
Hi everybody, first sorry for the long intro, I' m trying to build up a project that assembles different components, all open source and portable. The main component is OpenSceneGraph that heavily relies on FindXXX to do configure time inspection and conditionally build plug ins. I am trying