Skip to content

Commit

Permalink
fix: Remove cpp-httplib version requirement
Browse files Browse the repository at this point in the history
Signed-off-by: txtsd <code@ihavea.quest>
  • Loading branch information
txtsd committed Sep 14, 2024
1 parent 4d2e735 commit 553be4a
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 @@ -80,7 +80,7 @@ endif ()
find_package(OpenSSL 3.0.0 REQUIRED COMPONENTS SSL Crypto)

# Add httplib (cpp-httplib)
find_package(httplib 0.15.3 COMPONENTS OpenSSL ZLIB Brotli)
find_package(httplib COMPONENTS OpenSSL ZLIB Brotli)
if (NOT HTTPLIB_FOUND)
add_subdirectory(cpp-httplib)
message(STATUS "Using bundled httplib")
Expand Down

0 comments on commit 553be4a

Please sign in to comment.