diff options
author | Shauren <none@none> | 2010-08-10 15:25:50 +0200 |
---|---|---|
committer | Shauren <none@none> | 2010-08-10 15:25:50 +0200 |
commit | b29e64bd1ff799ea6aeb9cf075b28e26a159fe46 (patch) | |
tree | 9147b88155db1939727023aa5e8c43639a82576f /CMakeLists.txt | |
parent | 88965d94195dd8e593aed73797cd2bfd4f0b208d (diff) |
BuildSystem: Removed old, unused option
--HG--
branch : trunk
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
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) |