Update Boost to 1.84.0

This fixes a build failure on macOS.
This commit is contained in:
Tony Wasserka 2024-09-12 19:25:33 +02:00
parent 808736f34c
commit 124b385032
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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