summaryrefslogtreecommitdiff
path: root/editors/neovim/files/patch-CMakeLists.txt
blob: 7a80bd3d0938a6bfecffbe8f8414401a9fa6c9e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- CMakeLists.txt.orig	2017-11-08 05:34:30 UTC
+++ CMakeLists.txt
@@ -433,9 +433,9 @@ endforeach()
 
 # Find Lua interpreter
 include(LuaHelpers)
-set(LUA_DEPENDENCIES lpeg mpack bit)
+set(LUA_DEPENDENCIES lpeg bit)
 if(NOT LUA_PRG)
-  foreach(CURRENT_LUA_PRG luajit lua5.1 lua5.2 lua)
+  foreach(CURRENT_LUA_PRG luajit)
     # If LUA_PRG is set find_program() will not search
     unset(LUA_PRG CACHE)
     unset(LUA_PRG_WORKS)