Hi<br><br>I&#39;m writing a grand top-level CMakeLists.txt that delegates to a number of CMakeLists.txt in various subdirectories:<br><br>add_subdirectories(foo)<br>add_subdirectories(bar)<br><br>Is there a straightforward to get cmake to do a make install for foo before continuing on to do bar? And to prevent a parallel build from starting in bar until this is completed for foo?<br>
<br>thanks!<br>b.<br>