mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
BuildSystem: Removed old, unused option
--HG-- branch : trunk
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user