From: Timo Heister Date: Tue, 2 Jun 2020 01:35:24 +0000 (-0400) Subject: CI: windows: make test with -j1 X-Git-Tag: v9.3.0-rc1~1488^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdcdac32c648ca68ad479a9a0bbe5d4e07ac20e4;p=dealii.git CI: windows: make test with -j1 --- diff --git a/tests/quick_tests/run.cmake b/tests/quick_tests/run.cmake index 4fd17f765c..b3e2bb3e4d 100644 --- a/tests/quick_tests/run.cmake +++ b/tests/quick_tests/run.cmake @@ -30,7 +30,7 @@ ENDIF() # "obj_boost_system_debug.dir\Debug\obj_boos.4A356C5C.tlog\obj_boost_system_debug.lastbuildstate". The # process cannot access the file '...' because it is being used by another # process. -IF(CMAKE_SYSTEM_NAME MATCHES "Windows") +IF(CMAKE_HOST_SYSTEM_NAME MATCHES "Windows") SET(_n_processors "1") ENDIF()