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