diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c7773110..1d601e95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ ENDIF() SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules) OPTION(WITH_SQLITE "Enable Sqlite support (used by default)" ON) -OPTION(WITH_MYSQL "Enable building of tranlations" OFF) +OPTION(WITH_MYSQL "Enable MySQL support" OFF) OPTION(ENABLE_LUA "Enable Lua scripting support" ON) # Exclude Sqlite support if the MySQL support was asked. |