From f3d352875470c5536ca0d87e6a7517cbf3541339 Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Sun, 29 May 2022 21:00:40 -0400 Subject: [PATCH] CMakeLists: Update boost to 1.79.0 This version of boost brings in a number of bug fixes, especially to the asio library. Details can be seen here: https://www.boost.org/users/history/version_1_79_0.html --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe12f3d23c..8e3de90ff4 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