Open
Description
We are in the process to upgrade from 1.10 to 1.12
I saw from documentation if CMake help builder was constructed (it is by default) using parallel=True then the CTest runs tests in parallel mode as well.
I believe this is an oversight, you should put in CMake.test(...) a new variable that will pass -j to Ctest and not linking the two options build in parallel then tests in parallel.