diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-11-09 22:06:18 +0100 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-11-09 22:06:18 +0100 |
| commit | 30be99218589ec0342f0532a603c312049584f8d (patch) | |
| tree | 1c1bcb55915bd9dbfc205f970f26d72d916170d0 /CMakeLists.txt | |
| parent | c8479f678a57ae85eccb4714564b6449c14a1d2d (diff) | |
Drop unused variable definition.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
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) |