Add 'bit' to the list of lua dependencies

- ex_cmds.lua requires the 'bit' module
This commit is contained in:
Rui Abreu Ferreira 2014-08-29 09:56:18 +01:00 committed by John Szakmeister
parent db782dc486
commit 426f906485

View File

@ -94,7 +94,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
# Find Lua interpreter
include(LuaHelpers)
set(LUA_DEPENDENCIES lpeg cmsgpack)
set(LUA_DEPENDENCIES lpeg cmsgpack bit)
if(NOT LUA_PRG)
foreach(CURRENT_LUA_PRG luajit lua)
# If LUA_PRG is set find_program() will not search