diff options
author | Matías Locatti <42481638+goldenx86@users.noreply.github.com> | 2021-12-22 20:10:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 20:10:21 +0100 |
commit | e0193e2be501408d18ce8cdbb76e6b2a982f8374 (patch) | |
tree | 6fa2a14ba05ba1334ac3c9e4a4bd86562cb7878b /CMakeLists.txt | |
parent | Merge pull request #7616 from bunnei/fix-get-idle-ticks (diff) | |
download | yuzu-e0193e2be501408d18ce8cdbb76e6b2a982f8374.tar yuzu-e0193e2be501408d18ce8cdbb76e6b2a982f8374.tar.gz yuzu-e0193e2be501408d18ce8cdbb76e6b2a982f8374.tar.bz2 yuzu-e0193e2be501408d18ce8cdbb76e6b2a982f8374.tar.lz yuzu-e0193e2be501408d18ce8cdbb76e6b2a982f8374.tar.xz yuzu-e0193e2be501408d18ce8cdbb76e6b2a982f8374.tar.zst yuzu-e0193e2be501408d18ce8cdbb76e6b2a982f8374.zip |
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 7d9056aa3..5168a16cb 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 |