diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/BuildLuarocks.cmake | 5 |
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() |