diff --git a/CMakeLists.txt b/CMakeLists.txt index ee350fd4165..ac8512d8a11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ option(ENABLE_SERVER "Enable compilation of server" ON) option(ENABLE_EDITOR "Enable compilation of the new map editor into the game executable" ON) option(ENABLE_TOOLS "Enable building and installation of tools for artists and WML maintainers") option(ENABLE_TESTS "Build unit tests") -option(ENABLE_NLS "Enable building of tranlations" ON) +option(ENABLE_NLS "Enable building of translations" ON) option(ENABLE_DUMMY_LOCALES "Enable installation of Wesnoth own private locales" OFF) option(ENABLE_POOL_ALLOC "Enable custom pool malloc" OFF) option(ENABLE_LOW_MEM "Reduce memory usage by removing extra functionality" OFF)