From 72950fdab2f18d7f6a8f018f1c07d0ff31d43bfb Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Tue, 10 Aug 2021 12:07:47 +0200 Subject: [PATCH] CMakeLists: attempt to use curl on windows instead of winhttp for sentry transport --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ba627f..a22180d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,7 @@ project(BeamMP-Server HOMEPAGE_URL https://beammp.com LANGUAGES CXX C) +set(SENTRY_TRANSPORT "curl") include_directories("include/sentry-native/include") add_subdirectory("include/sentry-native")