From 79eb16a386d9e6c2182bd473ac419e171d850799 Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Tue, 7 Apr 2026 11:09:10 +0200 Subject: [PATCH] Try to fix Windows CI by removing crash handler --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e1766fbb7..813baf41f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -177,7 +177,7 @@ add_option(OPTION_LIST ENABLE_UNIT_TESTS "Enable unit test of SDK." OFF) add_option(OPTION_LIST ENABLE_UPDATE_CHECK "Enable update check." ON) add_option(OPTION_LIST ENABLE_VIDEO "Enable Video support." YES) add_option(OPTION_LIST ENABLE_WINDOWS_TOOLS_CHECK "Enable tools checks on Windows for auto install." OFF) -add_option(OPTION_LIST ENABLE_CRASH_HANDLER "Enable Crash Handler" YES) +add_option(OPTION_LIST ENABLE_CRASH_HANDLER "Enable Crash Handler" NO) add_cache(OPTION_LIST LINPHONE_SDK_MAKE_RELEASE_FILE_URL "Make a RELEASE file that work along check_version and use this URL" "")