mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
1. COMMAND_ERROR_IS_FATAL ANY will capture errors if the exit code is
non zero, there is a timeout or an abnormal exit.
2. COMMAND_ERROR_IS_FATAL LAST
will capture if only the last process has an exit code non zero, there
is a timeout or an abnormal exit.
Fixes: #21562
5 lines
182 B
Plaintext
5 lines
182 B
Plaintext
CMake Error at .*AnyCommandAbnormalExit.cmake:[0-9]+ \(execute_process\):
|
|
execute_process failed command indexes:
|
|
|
|
1: "Abnormal exit with child return code: Segmentation fault
|