diff options
author | bunnei <[email protected]> | 2021-12-28 16:25:37 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-28 16:25:37 -0800 |
commit | 279c7bcc1af09933a02ee38c888847df1419f44d (patch) | |
tree | 181ec0ba649135014e50dd9b51388636d0997935 /CMakeLists.txt | |
parent | f67605e6aa5ec3a5e7a7e44ab30a24991bac6e6d (diff) | |
parent | c7235e67eff9ecf66e3318a4df37b1002295fdff (diff) | |
download | yuzu-android-279c7bcc1af09933a02ee38c888847df1419f44d.tar.gz yuzu-android-279c7bcc1af09933a02ee38c888847df1419f44d.zip |
Merge pull request #7618 from goldenx86/patch-4
Increase boost requirement to 1.78.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d1ad55c9c..d44d67562 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -229,7 +229,7 @@ elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Linux" OR YUZU_USE_BUNDLED_BOOST) include_directories(SYSTEM "${Boost_INCLUDE_DIRS}") else() message(STATUS "Boost 1.73.0 or newer not found, falling back to Conan") - list(APPEND CONAN_REQUIRED_LIBS "boost/1.73.0") + list(APPEND CONAN_REQUIRED_LIBS "boost/1.78.0") endif() # Attempt to locate any packages that are required and report the missing ones in CONAN_REQUIRED_LIBS |