aboutsummaryrefslogtreecommitdiff
path: root/cmake/BuildLuarocks.cmake
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-09-10 12:35:32 +0200
committerGitHub <noreply@github.com>2023-09-10 12:35:32 +0200
commit59d9f2413bde2046a09eb4a9edf856dcfa40eaf4 (patch)
tree7795e2afc8721dd86bb2c18aa6234c3dc23a46fe /cmake/BuildLuarocks.cmake
parent1027b2881aa0151f7c56a6a8c6b08da6c1525f50 (diff)
parent25e51d393a420765d5efd44c1b4be823a5cf280a (diff)
downloadrneovim-59d9f2413bde2046a09eb4a9edf856dcfa40eaf4.tar.gz
rneovim-59d9f2413bde2046a09eb4a9edf856dcfa40eaf4.tar.bz2
rneovim-59d9f2413bde2046a09eb4a9edf856dcfa40eaf4.zip
Merge pull request #25071 from bfredl/coxpcall
build(lua): vendor coxpcall
Diffstat (limited to 'cmake/BuildLuarocks.cmake')
-rw-r--r--cmake/BuildLuarocks.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/BuildLuarocks.cmake b/cmake/BuildLuarocks.cmake
index 57d2666d36..0ab4143b75 100644
--- a/cmake/BuildLuarocks.cmake
+++ b/cmake/BuildLuarocks.cmake
@@ -97,8 +97,3 @@ endif()
add_custom_target(test_deps)
Download(luacheck 1.1.0-1 ${LUACHECK_EXE})
-
-if(PREFER_LUA)
- Download(coxpcall 1.17.0-1)
- add_dependencies(test_deps coxpcall)
-endif()