Re: [cmake-developers] ExternalProject update target dependencies

2013-10-24 Thread David Cole
If I add 2 external projects (A and B), with B DEPENDS=A, and STEP_TARGETS=update, I expect to be able to update B without updating, building and installing A, since just updating the code is obviously not dependent. I tried to look at ExternalProject.cmake, and the code seems to handle this

Re: [cmake-developers] ExternalProject update target dependencies

2013-10-24 Thread Peter Kümmel
On 24.10.2013 14:23, Daniele E. Domenichelli wrote: Any idea about the reason why this happens and how to fix this? I assume it's the same as described here: http://www.cmake.org/Bug/view.php?id=13538 http://www.cmake.org/Bug/view.php?id=13574 Peter -- Powered by www.kitware.com Visit oth

[cmake-developers] ExternalProject update target dependencies

2013-10-24 Thread Daniele E. Domenichelli
Hello all, I have another issue with ExternalProject. If I add 2 external projects (A and B), with B DEPENDS=A, and STEP_TARGETS=update, I expect to be able to update B without updating, building and installing A, since just updating the code is obviously not dependent. I tried to look at Extern