Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
be81b4e20bdfdffe412bb15618f53f359fe95d68
/
.
/
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
()