diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-18 02:36:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-18 02:36:56 +0300 |
commit | a7f558d18bb10042a27be503c329167a856b8a80 (patch) | |
tree | 8d1fce7cf724e970cc3f7d8e4ce188b43824876e /CMakeLists.txt | |
parent | 2f8aef9af803fabdf1b53be0ea59028aef94dbcd (diff) | |
download | plus-a7f558d18bb10042a27be503c329167a856b8a80.tar.gz plus-a7f558d18bb10042a27be503c329167a856b8a80.tar.bz2 plus-a7f558d18bb10042a27be503c329167a856b8a80.tar.xz plus-a7f558d18bb10042a27be503c329167a856b8a80.zip |
Remove manaserv files from cmake.
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 a4910b551..57fa09ba2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,6 @@ 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_EATHENA "Enable eAthena support" ON) IF (WIN32) |