From 12089adf69cf2193d7636a4e65b86d94b1bbb6a5 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Thu, 6 Feb 2025 18:17:17 +0100 Subject: [PATCH] Update CMakeLists.txt to use Boost 1.86 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a8388b7db..6f4789183 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -335,7 +335,7 @@ if(ENABLE_CONAN) conan_check(REQUIRED) - set(CONAN_BOOST_VERSION "1.85.0@#14265ec82b25d91305bbb3b30d3357f8") + set(CONAN_BOOST_VERSION "1.86.0@#ce76e7477e466d7d8cbcf738c5d64175") set(CONAN_BZIP2_VERSION "1.0.8@#d1b2d5816f25865acf978501dff1f897") set(CONAN_EXPAT_VERSION "2.6.2@#2d385d0d50eb5561006a7ff9e356656b") set(CONAN_LUA_VERSION "5.4.6@#658d6089093cf01992c2737ab2e96763")