update cpp-httplib to v0.24.0

This commit is contained in:
Green Sky
2025-07-30 14:54:39 +02:00
parent 24ae710c29
commit bfd923e829

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.19.0
GIT_TAG v0.24.0
EXCLUDE_FROM_ALL
)
FetchContent_MakeAvailable(httplib)