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