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