1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-22 18:11:23 +02:00

Enable build of luajit by default

This commit is contained in:
Pavel Odintsov 2015-08-02 23:11:20 +02:00
parent 588b30d5bd
commit a3e2b94fde

View File

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