Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e44b551e8d0e96bc52836bdf8b9c0355c20e3800
/
.
/
Tests
/
RunCMake
/
execute_process
/
MergeOutputFile.cmake
blob: 1a0d90e165fe175d8b97899fc4aea19f07d00242 [
file
] [
log
] [
blame
]
execute_process
(
COMMAND $
{
CMAKE_COMMAND
}
-
P $
{
CMAKE_CURRENT_LIST_DIR
}/
MergeOutput
.
cmake
OUTPUT_FILE
out
.
txt
ERROR_FILE
out
.
txt
)
file
(
READ
out
.
txt
out
)
message
(
"${out}"
)