Skip to content

Commit

Permalink
Merge pull request #3 from txtsd/openssl3
Browse files Browse the repository at this point in the history
  • Loading branch information
txtsd authored Mar 6, 2023
2 parents 2585443 + 9567644 commit cac1e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ find_package(Threads REQUIRED)
if (STATIC_BINARY)
set(OPENSSL_USE_STATIC_LIBS TRUE)
endif ()
find_package(OpenSSL REQUIRED COMPONENTS SSL Crypto)
find_package(OpenSSL 3.0.0 REQUIRED COMPONENTS SSL Crypto)

# Add httplib (cpp-httplib)
find_package(httplib 0.12.0 COMPONENTS OpenSSL ZLIB Brotli)
Expand Down

0 comments on commit cac1e67

Please sign in to comment.