From fa3b5090e94ee1386ca6ed6c4ddf886fa46dca54 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Fri, 27 Mar 2026 12:03:02 +0100 Subject: remove CPR HTTP client backend (#894) CPR is no longer needed now that HttpClient has fully transitioned to raw libcurl. This removes the CPR library, its build integration, implementation files, and all conditional compilation guards, leaving curl as the sole HTTP client backend. --- src/zenutil/xmake.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/zenutil/xmake.lua') diff --git a/src/zenutil/xmake.lua b/src/zenutil/xmake.lua index 1e19f7b2f..83a6b7f93 100644 --- a/src/zenutil/xmake.lua +++ b/src/zenutil/xmake.lua @@ -11,6 +11,10 @@ target('zenutil') add_deps("robin-map") add_packages("json11") + if is_plat("linux", "macosx") then + add_packages("openssl3") + end + if is_plat("linux") then add_includedirs("$(projectdir)/thirdparty/systemd/include") add_linkdirs("$(projectdir)/thirdparty/systemd/lib") -- cgit v1.2.3