Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
execute_process
/
MergeOutputVars.cmake
blob: 3e7c69e2e16e183c2696d75c31f715acfaa85034 [
file
] [
log
] [
blame
]
execute_process
(
COMMAND $
{
CMAKE_COMMAND
}
-
P $
{
CMAKE_CURRENT_LIST_DIR
}/
MergeOutput
.
cmake
OUTPUT_VARIABLE
out
ERROR_VARIABLE
out
)
message
(
"${out}"
)