From ee0db42667347b87e29218d7abc1326b8fa40689 Mon Sep 17 00:00:00 2001 From: Bertram Date: Mon, 8 Mar 2010 14:45:54 +0100 Subject: We should enable Lua per default as we have no other scripting engine anyway. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8bc69a7..8e3a7aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ 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(ENABLE_LUA "Enable Lua scripting support" OFF) +OPTION(ENABLE_LUA "Enable Lua scripting support" ON) # Exclude Sqlite support if the MySQL support was asked. IF(WITH_MYSQL) -- cgit