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")