From c7425a3950fb9868025fc06dea88d23e95e14f32 Mon Sep 17 00:00:00 2001 From: Daniel Nicoletti Date: Thu, 31 Oct 2024 09:39:01 -0300 Subject: [PATCH] Upgrade to cpp-httplib v0.18.1 Enabling TESTING on opendigitizer fails to build as due httplib used here not having the required status enums. Signed-off-by: Daniel Nicoletti --- cmake/DependenciesNative.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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