aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps/cmake/BuildLuarocks.cmake
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-04-27 12:06:44 +0200
committerGitHub <noreply@github.com>2023-04-27 12:06:44 +0200
commit0ff58d1bb944c9b43394ac7c83d8785c9bab6722 (patch)
treea6d05e3d36c00b6162775049442a60fc1ef6b9f8 /cmake.deps/cmake/BuildLuarocks.cmake
parentd321deb4a9b05e9d81b79ac166274f4a6e7981bf (diff)
parent45bcf8386918bbb475fbe20c48b508aa89ed0624 (diff)
downloadrneovim-0ff58d1bb944c9b43394ac7c83d8785c9bab6722.tar.gz
rneovim-0ff58d1bb944c9b43394ac7c83d8785c9bab6722.tar.bz2
rneovim-0ff58d1bb944c9b43394ac7c83d8785c9bab6722.zip
Merge pull request #23216 from bfredl/lpeg
refactor(build): include lpeg as a library
Diffstat (limited to 'cmake.deps/cmake/BuildLuarocks.cmake')
-rw-r--r--cmake.deps/cmake/BuildLuarocks.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake.deps/cmake/BuildLuarocks.cmake b/cmake.deps/cmake/BuildLuarocks.cmake
index a69d27f4b4..cb29ed9d95 100644
--- a/cmake.deps/cmake/BuildLuarocks.cmake
+++ b/cmake.deps/cmake/BuildLuarocks.cmake
@@ -119,8 +119,6 @@ function(Download ROCK VER)
set(CURRENT_DEP ${ROCK} PARENT_SCOPE)
endfunction()
-Download(lpeg 1.0.2-1)
-
if(USE_BUNDLED_BUSTED)
if(WIN32)
set(BUSTED_EXE "${DEPS_BIN_DIR}/busted.bat")