From 7d7db89d835a1d67d36cba404208f3f3861a5cb1 Mon Sep 17 00:00:00 2001 From: Denys Makogon Date: Thu, 13 Jun 2024 16:51:27 +0200 Subject: [PATCH] try to use earlier boost versions --- .github/conan2/macos_default | 2 +- conanfile.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/conan2/macos_default b/.github/conan2/macos_default index 89d4317..ccc55b6 100644 --- a/.github/conan2/macos_default +++ b/.github/conan2/macos_default @@ -14,4 +14,4 @@ CXX=/usr/bin/clang++ [options] boost/*:without_stacktrace_backtrace=True boost/*:without_locale=True -boost/*:without_stacktrace_from_exception=False +boost/*:without_stacktrace_from_exception=True diff --git a/conanfile.txt b/conanfile.txt index 4fb62cf..14de21a 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -1,5 +1,5 @@ [requires] -boost/1.85.0 +boost/1.75.0 [generators] CMakeDeps