summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-02-01 21:17:51 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-02-01 21:17:51 +0100
commita6d527f92599a47fc17a228fdf6d57f68e83f97a (patch)
treebac66f6591842dd1f0a5cc62a0cedc0bf81ee446 /CMakeLists.txt
parent852de0424f7226dfd61d2779c1ea6413ac85d584 (diff)
downloadmana-client-a6d527f92599a47fc17a228fdf6d57f68e83f97a.tar.gz
mana-client-a6d527f92599a47fc17a228fdf6d57f68e83f97a.tar.bz2
mana-client-a6d527f92599a47fc17a228fdf6d57f68e83f97a.tar.xz
mana-client-a6d527f92599a47fc17a228fdf6d57f68e83f97a.zip
Enable manaserv by default now
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b8743a62..d3a87236 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,7 @@ FIND_PACKAGE(Gettext)
OPTION(WITH_OPENGL "Enable OpenGL support" ON)
OPTION(ENABLE_NLS "Enable building of tranlations" ON)
-OPTION(ENABLE_MANASERV "Enable Manaserv support" OFF)
+OPTION(ENABLE_MANASERV "Enable Manaserv support" ON)
IF (WIN32)
SET(PKG_DATADIR ".")