From cdcdac32c648ca68ad479a9a0bbe5d4e07ac20e4 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 1 Jun 2020 21:35:24 -0400 Subject: [PATCH] CI: windows: make test with -j1 --- tests/quick_tests/run.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5