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