BuildSystem: Removed old, unused option

--HG--
branch : trunk
This commit is contained in:
Shauren
2010-08-10 15:25:50 +02:00
parent 88965d9419
commit b29e64bd1f

View File

@@ -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)