From 090071bf16b1414caadc36b64f203a071bfb7ce2 Mon Sep 17 00:00:00 2001 From: TreezZ <105643013+BigTreezZ@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:33:42 +0100 Subject: [PATCH] Update CMakeLists.txt to fix compilation error Changed Boost version from 1.83.0 to 1.84.0 (thanks nullptr on Discord) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5dda2e81..f2df4612 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,7 @@ endif() list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") -find_package(Boost 1.83.0 CONFIG) +find_package(Boost 1.84.0 CONFIG) find_package(cryptopp 8.9.0 MODULE) find_package(fmt 10.2.1 CONFIG) find_package(glslang 14.2.0 CONFIG)