summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-28 16:33:44 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-28 17:20:15 +0300
commit84844f0cacc0a0f2507bba384e20a4fe7e7540cf (patch)
tree04c362bd3c712b53a57a7a00d309bf2688083b94 /CMakeLists.txt
parent4a427d42fa8596f5aa1fd8a9ba346e809f9d7fae (diff)
downloadplus-84844f0cacc0a0f2507bba384e20a4fe7e7540cf.tar.gz
plus-84844f0cacc0a0f2507bba384e20a4fe7e7540cf.tar.bz2
plus-84844f0cacc0a0f2507bba384e20a4fe7e7540cf.tar.xz
plus-84844f0cacc0a0f2507bba384e20a4fe7e7540cf.zip
Remove eathena flag from make files and configure.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 50ac51fb4..c3ee3161e 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_EATHENA "Enable eAthena support" ON)
OPTION(ENABLE_TMWA "Enable tmwA support" ON)
IF (WIN32)