On 1/27/2014 1:42 PM, John Cary wrote:
It seems that after configuring with ctest enabled,

   make -j4
     does 4 builds at once
   make ExperimentalStart ExperimentalBUild -j4
     does only one build at a time.

Is this behavior expected?

Is there a way to get back to parallel builds when using ctest for the
build?

Thx....John Cary
You want to add the -j to this cache variable:
MAKECOMMAND

Or use a ctest script to drive the dashboard and use the CTEST_BUILD_COMMAND variable.

-Bill

--

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://www.cmake.org/mailman/listinfo/cmake

Reply via email to