Fix "'https' scheme is not supported." and using OpenSSL 1.1.1

This commit is contained in:
blankie 2024-02-20 23:20:02 +11:00
parent 7977e71440
commit 7f254c6821
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
2 changed files with 2 additions and 1 deletions

View File

@ -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)

2
thirdparty/httplib vendored

@ -1 +1 @@
Subproject commit b4d26badf2544d6f3b749a55762eff96aefb2b19
Subproject commit cbca63f091ef1147ff57e90eb1ee5e558aa05d2c