Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b2e3e3e30e5601192577d15e043b33db96fe1661
/
.
/
Tests
/
RunCMake
/
execute_process
/
MergeOutput.cmake
blob: 528ac90149a46d8479e9ef0f292a3bc96bb3bbdf [
file
]
foreach
(
i RANGE
1
5
)
message
(
STATUS
"Output on stdout"
)
message
(
"Output on stderr"
)
endforeach
()