From 30be99218589ec0342f0532a603c312049584f8d Mon Sep 17 00:00:00 2001 From: Tomáš Chvátal Date: Mon, 9 Nov 2009 22:06:18 +0100 Subject: Drop unused variable definition. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3