Hello, I have nearly succeeded moving a project from an autotools based system to a CMake/CTest/CDash system. I must say I am impressed with CMake. I have two questions though:
1) Is it possible for CTest to use a shell script which calls cmake? The project depends on a dozen TPLs installed many different ways on many different platforms. These are set with variables on the command line. So, we have one-line shell scripts for configuring on different platforms. By the way, on my cmake test machine, ctest --build-nocmake invokes cmake. 2) I am having troubles getting CTest to build in parallel. Am I supposed to use --build-options to pass -j8 to make? Or, is there another way to do this? Thanks, Bill _______________________________________________ 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