Fix "'https' scheme is not supported." and using OpenSSL 1.1.1
This commit is contained in:
parent
7977e71440
commit
7f254c6821
|
@ -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)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b4d26badf2544d6f3b749a55762eff96aefb2b19
|
||||
Subproject commit cbca63f091ef1147ff57e90eb1ee5e558aa05d2c
|
Loading…
Reference in New Issue