From a3e2b94fdef8ba51fd196f9e4d886beef3f85668 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Sun, 2 Aug 2015 23:11:20 +0200 Subject: [PATCH] Enable build of luajit by default --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 210310a..5892c3d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -124,7 +124,7 @@ endif() # We do not enable it by default, it's testing feature # If you want it please build with: # cmake -DENABLE_LUA_SUPPORT=ON .. -# set(ENABLE_LUA_SUPPORT yes) +set(ENABLE_LUA_SUPPORT yes) if (ENABLE_LUA_SUPPORT) message(STATUS "We will enable LuaJIT support")