From 124b38503258bcae9155308d72edebc4b671cecd Mon Sep 17 00:00:00 2001 From: Tony Wasserka Date: Thu, 12 Sep 2024 19:25:33 +0200 Subject: [PATCH] Update Boost to 1.84.0 This fixes a build failure on macOS. --- CMakeLists.txt | 2 +- conanfile.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28f0ef8..bd35b8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ add_definitions(-DBOOST_FILESYSTEM_NO_DEPRECATED -DBOOST_COROUTINES_NO_DEPRECATI set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -fstrict-aliasing -Wpedantic") set(BOOST_COMPONENTS context filesystem iostreams program_options thread) -find_package(Boost 1.80.0 REQUIRED COMPONENTS ${BOOST_COMPONENTS}) +find_package(Boost 1.84.0 REQUIRED COMPONENTS ${BOOST_COMPONENTS}) find_package(fmt REQUIRED) diff --git a/conanfile.py b/conanfile.py index d6d9234..5d0c08c 100644 --- a/conanfile.py +++ b/conanfile.py @@ -7,7 +7,7 @@ class MikageConan(ConanFile): requires = [ #"boost/1.79.0", - "boost/1.80.0", + "boost/1.84.0", "spdlog/1.10.0", "cryptopp/8.5.0", "sdl/2.0.20", # 2.0.18 fixed swapped X/Y buttons on Switch Pro Controller