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

FIX: Removed CMAKE_BUILD_PARALLEL_LEVEL variable

parent b0ddd38e
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@ if(N_CORES GREATER 1)
set(ENV{N_CORES} ${N_CORES})
set(ctest_test_args ${ctest_test_args} PARALLEL_LEVEL ${N_CORES})
endif()
set(ENV{CMAKE_BUILD_PARALLEL_LEVEL} ${CMAKE_MAKE_PROGRAM})
message("Build will be performed on ${N_CORES} cores.")
#TODO rewrite to use add_compile_definitions
......
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