Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
76237d47fe0d4138872e0219dfd2ce21efc66ebf
/
.
/
Tests
/
RunCMake
/
execute_process
/
MergeOutputVars.cmake
blob: 3e7c69e2e16e183c2696d75c31f715acfaa85034 [
file
]
execute_process
(
COMMAND $
{
CMAKE_COMMAND
}
-
P $
{
CMAKE_CURRENT_LIST_DIR
}/
MergeOutput
.
cmake
OUTPUT_VARIABLE
out
ERROR_VARIABLE
out
)
message
(
"${out}"
)