diff options
| -rw-r--r-- | xmake.lua | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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) |