<div dir="ltr">I am setting up a bunch of dependencies using ExternalProject module.<div>One of the dependencies, say A, needs another dependency B to be built</div><div>before A can be built.</div><div>ExternalProject_Add_StepDependencies solves the problem fine.<br></div><div><br></div><div>However, I did it this way:</div><div><br></div><div>ExternalProject_Add_StepDependencies( A configure B )<br></div><div><br></div><div>Because I wanted A and B repositories to be cloned in parallel, as it should be </div><div>safe to do so. Only A's configure step require that B be built and installed first.</div><div>As A and B have very big repositories, it might help to have them be downloaded</div><div>concurrently.</div><div><br></div><div>Is there a way to do this?</div><div><br></div><div>Joël Lamotte</div><div><br></div></div>