From 001b7b1a4408a87be51772940a8a69af39873c77 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.15.3 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..5d9421b9 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.15.3 ) # zlib: optional httplib dependency