mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
fix cmake output handling
This commit is contained in:
parent
35e5905cca
commit
aa7f246c2e
@ -15,7 +15,7 @@ set (SUBPROJECT_ARGS
|
|||||||
)
|
)
|
||||||
|
|
||||||
# only show output on failure in ci-builds
|
# only show output on failure in ci-builds
|
||||||
if(DEFINED ENV{CI} AND WIN32)
|
if(DEFINED ENV{CI})
|
||||||
set (SUBPROJECT_ARGS
|
set (SUBPROJECT_ARGS
|
||||||
LOG_DOWNLOAD ON
|
LOG_DOWNLOAD ON
|
||||||
LOG_BUILD ON
|
LOG_BUILD ON
|
||||||
|
Loading…
Reference in New Issue
Block a user