update cpp-httplib to v0.19.0

This commit is contained in:
Green Sky 2025-03-10 22:44:12 +01:00
parent c112d19f8d
commit 3dd500e202
No known key found for this signature in database
GPG Key ID: DBE05085D874AB4A

View File

@ -78,7 +78,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)