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
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
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