mirror of
https://github.com/mikage-emu/mikage-dev.git
synced 2025-01-08 22:40:59 +01:00
Update Boost to 1.84.0
This fixes a build failure on macOS.
This commit is contained in:
parent
808736f34c
commit
124b385032
2 changed files with 2 additions and 2 deletions
|
@ -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(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -fstrict-aliasing -Wpedantic")
|
||||||
|
|
||||||
set(BOOST_COMPONENTS context filesystem iostreams program_options thread)
|
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)
|
find_package(fmt REQUIRED)
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ class MikageConan(ConanFile):
|
||||||
|
|
||||||
requires = [
|
requires = [
|
||||||
#"boost/1.79.0",
|
#"boost/1.79.0",
|
||||||
"boost/1.80.0",
|
"boost/1.84.0",
|
||||||
"spdlog/1.10.0",
|
"spdlog/1.10.0",
|
||||||
"cryptopp/8.5.0",
|
"cryptopp/8.5.0",
|
||||||
"sdl/2.0.20", # 2.0.18 fixed swapped X/Y buttons on Switch Pro Controller
|
"sdl/2.0.20", # 2.0.18 fixed swapped X/Y buttons on Switch Pro Controller
|
||||||
|
|
Loading…
Reference in a new issue