update cpp-httplib to v0.19.0
This commit is contained in:
parent
c112d19f8d
commit
3dd500e202
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
@ -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.15.3
|
GIT_TAG v0.19.0
|
||||||
EXCLUDE_FROM_ALL
|
EXCLUDE_FROM_ALL
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(httplib)
|
FetchContent_MakeAvailable(httplib)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user