diff options
author | click <none@none> | 2010-07-23 08:09:50 +0200 |
---|---|---|
committer | click <none@none> | 2010-07-23 08:09:50 +0200 |
commit | 1c97876bcd2b629201b4d69dfb9d74680296ccac (patch) | |
tree | 0edb9585f2f9eca0fe30f36ebe398860a6f80050 /CMakeLists.txt | |
parent | 50a07882d9806c02a3f5604459f6b8f33d136453 (diff) |
Remove defunct handling of RemoteAccess console on/off (it's handled in config)
--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 91a8e3dc170..5de4aa22154 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,7 +85,6 @@ option(DO_WORLDSERVER "Build worldserver" 1) option(DO_CLI "With CLI" 1) option(DO_DEBUG "Debug mode" 0) option(DO_PCH "Use precompiled headers" 1) -option(DO_RA "With RA" 0) option(DO_SCRIPTS "With trinityscripts" 1) option(DO_SQL "Copy SQL files" 0) option(DO_TOOLS "Build tools" 0) @@ -192,13 +191,6 @@ else() message("* Build with CLI : No") endif() -if( DO_RA ) - message("* Build with RA : Yes") - add_definitions(-DENABLE_RA) -else() - message("* Build with RA : No (default)") -endif() - if( DO_DEBUG ) message("* Build in debug-mode : Yes") add_definitions(-g -DTRINITY_DEBUG) |