From 420e6c353376260542e387c87e636d49dc7dbc2f Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sat, 9 Jul 2022 21:40:19 +0200 Subject: [PATCH] roll back to an ancient version of sentry sentry-native deprecated compiling without error somewhere around one of the next version --- CMakeLists.txt | 2 +- deps/sentry-native | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6a813f..7ada026 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ if (WIN32) endif() include_directories("include/sentry-native/include") -set(SENTRY_BUILD_SHARED_LIBS OFF) +set(BUILD_SHARED_LIBS OFF) if (MSVC) set(SENTRY_BUILD_RUNTIMESTATIC ON) endif() diff --git a/deps/sentry-native b/deps/sentry-native index ff5bfcf..90966cc 160000 --- a/deps/sentry-native +++ b/deps/sentry-native @@ -1 +1 @@ -Subproject commit ff5bfcf0eb2c47d03eb57a51bdf2e6ad4b8ece10 +Subproject commit 90966cc1022b8155681b6899539b35466baccf2c