Update CMakeLists.txt to fix compilation error

Changed Boost version from 1.83.0 to 1.84.0 (thanks nullptr on Discord)
This commit is contained in:
TreezZ 2024-07-11 13:33:42 +01:00 committed by GitHub
parent 989f88837d
commit 090071bf16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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)