Update CMakeLists.txt
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user