I would like to run parallel jobs when running ctest
. I tried setting
set(CTEST_PARALLEL_LEVEL 8)
in
CTestCustom.cmake.in
but this didn't change the command line options after I re-generated my build files.
I am on windows, using visual studio.