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

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)