summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b4d00b8..3a70663 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,6 @@ 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" ON)
-OPTION (ENABLE_COMPRESSION "Compress documentation files" OFF)
OPTION (DEVELOPER "Modify stuff to please tuxanci devs" OFF)
MARK_AS_ADVANCED ( DEVELOPER )
OPTION (PACKAGE "Define building binary package" OFF)