mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-30 12:54:19 +00:00
Use a dedicated helper program instead of a Python script. This also avoids an interactive popup on macOS. Fixes: #25973
5 lines
112 B
CMake
5 lines
112 B
CMake
execute_process(COMMAND "${EXIT_CRASH_EXE}"
|
|
COMMAND ${CMAKE_COMMAND} -E true
|
|
COMMAND_ERROR_IS_FATAL ANY
|
|
)
|