Skip to content

Commit

Permalink
Merge pull request #22 from txtsd/httplib
Browse files Browse the repository at this point in the history
Update httplib
  • Loading branch information
txtsd authored Sep 14, 2024
2 parents 4d2e735 + a64f7f5 commit 4220e76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 4220e76

Please sign in to comment.