mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge #1123 "Add 'bit' to the list of lua dependencies"
This commit is contained in:
commit
f26e621ff6
@ -94,7 +94,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
|
|||||||
|
|
||||||
# Find Lua interpreter
|
# Find Lua interpreter
|
||||||
include(LuaHelpers)
|
include(LuaHelpers)
|
||||||
set(LUA_DEPENDENCIES lpeg cmsgpack)
|
set(LUA_DEPENDENCIES lpeg cmsgpack bit)
|
||||||
if(NOT LUA_PRG)
|
if(NOT LUA_PRG)
|
||||||
foreach(CURRENT_LUA_PRG luajit lua)
|
foreach(CURRENT_LUA_PRG luajit lua)
|
||||||
# If LUA_PRG is set find_program() will not search
|
# If LUA_PRG is set find_program() will not search
|
||||||
|
Loading…
Reference in New Issue
Block a user