fix cmake output handling

This commit is contained in:
mhochsteger@cerbsim.com 2021-11-08 15:52:52 +01:00
parent 35e5905cca
commit aa7f246c2e

View File

@ -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