From 25e51d393a420765d5efd44c1b4be823a5cf280a Mon Sep 17 00:00:00 2001 From: bfredl Date: Sat, 9 Sep 2023 23:45:06 +0200 Subject: build(lua): vendor coxpcall Do not require luarocks on PUC lua CI just because of this single lua file --- cmake/BuildLuarocks.cmake | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cmake') 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() -- cgit