summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Chvátal <scarabeus@gentoo.org>2009-05-28 20:24:26 +0200
committerTomáš Chvátal <scarabeus@gentoo.org>2009-05-28 20:24:26 +0200
commitee2d418b9d00ca525d7c45a185d3256662e6f979 (patch)
tree70bfe861db7c617e6fb30a57a65097c707fd01f7
parent1a213965499e171c3f0b96f7e6632734284b1e9e (diff)
Ident cmake
-rw-r--r--CMakeLists.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 54d79ae..f4f98c0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,17 +14,17 @@
###############################################################################
# DEFAULT OPTIONS
###############################################################################
-OPTION (BUILD_SERVER "Build the server instead of client" OFF)
-OPTION (ENABLE_IPV6 "Build with the ipv6 support" ON)
-OPTION (WITH_AUDIO "Build with audio enabled" ON)
-OPTION (ENABLE_DEBUG "Build debug features" OFF)
-OPTION (ENABLE_COMPRESSION "Compress documentation files" OFF)
-OPTION (DEVELOPER "Modify stuff to please tuxanci devs" OFF)
-OPTION (PACKAGE "Define building binary package" OFF)
-OPTION (WITH_NLS "Build the translations" ON)
-OPTION (Apple "Build some apple quirks. USE ONLY ON MAC!" OFF)
-OPTION (WITH_OPENGL "Use opengl as renderer instead of SW" ON)
-OPTION (CROSSCOMPILE "Crosscompile tuxanci defined by ENV{TARGET}" OFF)
+OPTION (BUILD_SERVER "Build the server instead of client" OFF)
+OPTION (ENABLE_IPV6 "Build with the ipv6 support" ON)
+OPTION (WITH_AUDIO "Build with audio enabled" ON)
+OPTION (ENABLE_DEBUG "Build debug features" OFF)
+OPTION (ENABLE_COMPRESSION "Compress documentation files" OFF)
+OPTION (DEVELOPER "Modify stuff to please tuxanci devs" OFF)
+OPTION (PACKAGE "Define building binary package" OFF)
+OPTION (WITH_NLS "Build the translations" ON)
+OPTION (Apple "Build some apple quirks. USE ONLY ON MAC!" OFF)
+OPTION (WITH_OPENGL "Use opengl as renderer instead of SW" ON)
+OPTION (CROSSCOMPILE "Crosscompile tuxanci defined by ENV{TARGET}" OFF)
###############################################################################
# IMPORTANT DEFINITIONS [PREFIX,...]
###############################################################################