From 7977e71440682a4e79dc79b37da371e16bcfb861 Mon Sep 17 00:00:00 2001 From: blankie Date: Tue, 20 Feb 2024 23:11:57 +1100 Subject: [PATCH] Update httplib --- CMakeLists.txt | 1 - thirdparty/httplib | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fd79d2..72d00c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,6 @@ project(pixwhile C CXX) find_package(nlohmann_json REQUIRED) -set(HTTPLIB_REQUIRE_OPENSSL ON) add_subdirectory(thirdparty/httplib) find_package(PkgConfig REQUIRED) pkg_check_modules(HIREDIS REQUIRED hiredis) diff --git a/thirdparty/httplib b/thirdparty/httplib index e5804d4..b4d26ba 160000 --- a/thirdparty/httplib +++ b/thirdparty/httplib @@ -1 +1 @@ -Subproject commit e5804d4a50eb2fa0412d449a2fee86d613ad7104 +Subproject commit b4d26badf2544d6f3b749a55762eff96aefb2b19