update and some fixes

This commit is contained in:
Green Sky
2025-08-08 15:02:54 +02:00
parent 7e1b424adb
commit 39f714394b
4 changed files with 9 additions and 8 deletions

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