diff options
author | Mai M <mathew1800@gmail.com> | 2022-05-30 06:35:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-30 06:35:25 +0200 |
commit | be351c2b3d07f5be21f542955600db036ac8d53d (patch) | |
tree | 0ae042a28de8ead3e7b00fc0e4f01337f8691fab | |
parent | Merge pull request #8348 from JakobDev/metainfocontrol (diff) | |
parent | CMakeLists: Update boost to 1.79.0 (diff) | |
download | yuzu-be351c2b3d07f5be21f542955600db036ac8d53d.tar yuzu-be351c2b3d07f5be21f542955600db036ac8d53d.tar.gz yuzu-be351c2b3d07f5be21f542955600db036ac8d53d.tar.bz2 yuzu-be351c2b3d07f5be21f542955600db036ac8d53d.tar.lz yuzu-be351c2b3d07f5be21f542955600db036ac8d53d.tar.xz yuzu-be351c2b3d07f5be21f542955600db036ac8d53d.tar.zst yuzu-be351c2b3d07f5be21f542955600db036ac8d53d.zip |
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fe12f3d23..8e3de90ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -218,8 +218,8 @@ if (Boost_FOUND) list(APPEND Boost_LIBRARIES Boost::context) endif() else() - message(STATUS "Boost 1.73.0 or newer not found, falling back to Conan") - list(APPEND CONAN_REQUIRED_LIBS "boost/1.78.0") + message(STATUS "Boost 1.79.0 or newer not found, falling back to Conan") + list(APPEND CONAN_REQUIRED_LIBS "boost/1.79.0") endif() # Attempt to locate any packages that are required and report the missing ones in CONAN_REQUIRED_LIBS |