aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmake.lua b/xmake.lua
index 50f2c1706..621851c77 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -127,13 +127,6 @@ option("compute")
option_end()
add_define_by_config("ZEN_WITH_COMPUTE_SERVICES", "compute")
-option("exec")
- set_default(is_os("windows"))
- set_showmenu(true)
- set_description("Enable exec services endpoint")
-option_end()
-add_define_by_config("ZEN_WITH_EXEC_SERVICES", "exec")
-
option("zenmesh")
-- note: this is an old prototype and is not functional at all at the moment
set_default(false)