mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Remove defunct handling of RemoteAccess console on/off (it's handled in config)
--HG-- branch : trunk
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user