downgrade cpp-httplib until upstream issues are fixed

v0.23.0 - v0.24.0
This commit is contained in:
Green Sky
2025-07-30 16:06:18 +02:00
parent bfd923e829
commit 2beb74eb5f

View File

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