Merge pull request #282 from BigTreezZ/patch-3

Update CMakeLists.txt to fix compilation error
This commit is contained in:
georgemoralis 2024-07-11 16:07:03 +03:00 committed by GitHub
commit 6a5855b645
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)