aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0ee1ccbdad8..024913bd5c7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -82,7 +82,6 @@ endif()
option(SERVERS "Build worldserver and authserver" 1)
option(SCRIPTS "Build worldserver with scripts included" 1)
option(TOOLS "Build map/vmap extraction/assembler tools" 0)
-option(CLI "Build worldserver with commandline-interface included" 1)
option(DEBUG "Build worldserver with additional debug-code included" 0)
option(SCRIPTPCH "Use precompiled headers when compiling scripts project" 1)
option(GAMEPCH "Use precompiled headers when compiling game project" 1)
@@ -202,13 +201,6 @@ else()
message("* Build map/vmap tools : No (default)")
endif()
-if( CLI )
- message("* Build with CLI : Yes (default)")
- add_definitions(-DENABLE_CLI)
-else()
- message("* Build with CLI : No")
-endif()
-
if( DEBUG )
message("* Build in debug-mode : Yes")
add_definitions(-DTRINITY_DEBUG)