Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
07ddceea8427ccc022d00a34346f992c71f66e3e
/
.
/
Tests
/
RunCMake
/
execute_process
/
LastCommandAbnormalExit-1.cmake
blob: 1786d5312f9f58ab4db5110e7ef8e9a4ace6fe2e [
file
]
execute_process
(
COMMAND
"${EXIT_CRASH_EXE}"
COMMAND $
{
CMAKE_COMMAND
}
-
E
true
RESULT_VARIABLE result
)
if
(
result EQUAL
"0"
)
execute_process
(
COMMAND
"${EXIT_CRASH_EXE}"
COMMAND $
{
CMAKE_COMMAND
}
-
E
true
COMMAND_ERROR_IS_FATAL LAST
)
endif
()