downgrade cpp-httplib until upstream issues are fixed
v0.23.0 - v0.24.0
This commit is contained in:
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
@@ -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.24.0
|
||||
GIT_TAG v0.22.0
|
||||
EXCLUDE_FROM_ALL
|
||||
)
|
||||
FetchContent_MakeAvailable(httplib)
|
||||
|
Reference in New Issue
Block a user