Greetings, I'm using the "CodeBlocks - Unix Makefiles" generator under linux to create a build tree for my project consisting of multiple executables and libraries. >From the command line, I could use make -jN switch from the root of the build tree to invoke a full build in parallel, but I see no way of doing that from the Code Blocks IDE.
In the "Project build options" window, under "Make commands" tab, there is a box to specify a "Build project/target" command, where I can add -j switch to make. But that box is only editable for individual executable and library subprojects, while for virtual CMake-generated targets, such as "all", it is disabled. Any ideas? Regards, Dimitri
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
