diff --git a/cmake/DependenciesNative.cmake b/cmake/DependenciesNative.cmake index 90392b3e..78ecb3b4 100644 --- a/cmake/DependenciesNative.cmake +++ b/cmake/DependenciesNative.cmake @@ -18,7 +18,7 @@ option(WITH_PERF_TOOL "Build with perf-tools" OFF) FetchContent_Declare( cpp-httplib GIT_REPOSITORY https://github.com/yhirose/cpp-httplib.git - GIT_TAG v0.14.2 # latest v0.14.2 + GIT_TAG v0.18.1 # latest v0.18.1 ) # zlib: optional httplib dependency