
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
3 lines
116 B
Plaintext
3 lines
116 B
Plaintext
CMake Error at .*AnyCommandTimeout.cmake:9 \(execute_process\):
|
|
execute_process Process terminated due to timeout
|