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