From aa7f246c2ee4beafe21b787d429b6994a1927fc2 Mon Sep 17 00:00:00 2001 From: "mhochsteger@cerbsim.com" Date: Mon, 8 Nov 2021 15:52:52 +0100 Subject: [PATCH] fix cmake output handling --- cmake/SuperBuild.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/SuperBuild.cmake b/cmake/SuperBuild.cmake index 6b00a288..8349e70e 100644 --- a/cmake/SuperBuild.cmake +++ b/cmake/SuperBuild.cmake @@ -15,7 +15,7 @@ set (SUBPROJECT_ARGS ) # only show output on failure in ci-builds -if(DEFINED ENV{CI} AND WIN32) +if(DEFINED ENV{CI}) set (SUBPROJECT_ARGS LOG_DOWNLOAD ON LOG_BUILD ON