aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua7
1 files changed, 0 insertions, 7 deletions
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")