mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06: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
|
|
)
|