From 7f254c68217f85b03fc86fa3799b8f64911fb254 Mon Sep 17 00:00:00 2001 From: blankie Date: Tue, 20 Feb 2024 23:20:02 +1100 Subject: [PATCH] Fix "'https' scheme is not supported." and using OpenSSL 1.1.1 --- CMakeLists.txt | 1 + thirdparty/httplib | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 72d00c5..1fd79d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,6 +4,7 @@ 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 b4d26ba..cbca63f 160000 --- a/thirdparty/httplib +++ b/thirdparty/httplib @@ -1 +1 @@ -Subproject commit b4d26badf2544d6f3b749a55762eff96aefb2b19 +Subproject commit cbca63f091ef1147ff57e90eb1ee5e558aa05d2c