Update CMakeLists.txt

This commit is contained in:
SoWeBegin
2025-10-31 17:05:27 +01:00
committed by GitHub
parent e4b343e29c
commit ec77e1e85e

View File

@@ -21,7 +21,8 @@ else()
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/Output)
endif()
find_package(Boost REQUIRED COMPONENTS system json beast asio)
#find_package(Boost REQUIRED COMPONENTS system json beast asio)
find_package(Boost CONFIG REQUIRED COMPONENTS system json beast asio)
find_package(OpenSSL REQUIRED)
find_package(cryptopp CONFIG REQUIRED)
find_package(range-v3 CONFIG REQUIRED)