Hi I'm writing a grand top-level CMakeLists.txt that delegates to a number of CMakeLists.txt in various subdirectories:
add_subdirectories(foo) add_subdirectories(bar) 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? thanks! b.
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
