summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-04-12 15:27:11 +0200
committerTomas Chvatal <scarabeus@gentoo.org>2009-04-12 15:27:11 +0200
commitb387348d05f7560f6b783ac1e9b2fe218c827c18 (patch)
tree22971e5f447449d79fd5b1e3c46179199ae37f8f
parentc04a8109aab7637d6ec2b9a8663f52c2443a367e (diff)
Whitespace
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c37b5c7..0d9bd3e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@
# DEFAULT OPTIONS
###############################################################################
option(WITH_SERVER "Build the server instead of client" OFF)
-option(ENABLE_IPV6 "Build with the ipv6 support" OFF)
+option(ENABLE_IPV6 "Build with the ipv6 support" OFF)
option(WITH_AUDIO "Build with audio enabled" ON)
option(ENABLE_DEBUG "Build debug features" OFF)
option(DEVELOPER "Modify stuff to please tuxanci devs" OFF)