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. --- xmake.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'xmake.lua') diff --git a/xmake.lua b/xmake.lua index 54802f3f3..fc6072b1f 100644 --- a/xmake.lua +++ b/xmake.lua @@ -458,13 +458,6 @@ option("zentrace") option_end() add_define_by_config("ZEN_WITH_TRACE", "zentrace") -option("zencpr") - set_default(true) - set_showmenu(true) - set_description("Enable CPR HTTP client backend") -option_end() -add_define_by_config("ZEN_WITH_CPR", "zencpr") - set_warnings("allextra", "error") set_languages("cxx20") -- cgit v1.2.3