Skip to content
Snippets Groups Projects
Commit 3a79c210 authored by Martin Beseda's avatar Martin Beseda
Browse files

FIX: Trying to fix CI on Windows

parent a89173e0
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ include(ProcessorCount)
ProcessorCount(N_CORES)
if(N_CORES GREATER 1)
math(EXPR N_CORES "${N_CORES}-1")
set(CTEST_BUILD_FLAGS -j${N_CORES})
set(CTEST_BUILD_FLAGS -j ${N_CORES})
set(ENV{N_CORES} ${N_CORES})
set(ctest_test_args ${ctest_test_args} PARALLEL_LEVEL ${N_CORES})
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment