diff --git a/CMakeLists.txt b/CMakeLists.txt index fb319fd7b5..7b47135b3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -967,6 +967,7 @@ endif() if( KICAD_USE_SENTRY ) + set( CRASHPAD_WER_ENABLED ON ) add_subdirectory( thirdparty/sentry-native ) add_definitions( -DKICAD_USE_SENTRY ) endif()