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