update cpp-httplib to v0.19.0

This commit is contained in:
Green Sky 2025-03-10 16:43:23 +01:00
parent 48b4e6ae95
commit 998ba002e4
No known key found for this signature in database
GPG Key ID: DBE05085D874AB4A

View File

@ -53,7 +53,7 @@ endif()
if (NOT TARGET httplib::httplib)
FetchContent_Declare(httplib
GIT_REPOSITORY https://github.com/yhirose/cpp-httplib.git
GIT_TAG v0.15.3
GIT_TAG v0.19.0
EXCLUDE_FROM_ALL
)
FetchContent_MakeAvailable(httplib)