aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps/cmake/BuildLuarocks.cmake
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2022-10-01 14:54:58 +0200
committerdundargoc <gocdundar@gmail.com>2022-10-02 12:47:14 +0200
commitfbc66d798ce834c4ba05360c3c07ce7af40d6fc9 (patch)
treefa01db35d5148d716e8cd037f647f47ddcc19bae /cmake.deps/cmake/BuildLuarocks.cmake
parent59d5f692f8f563bf6f7c232f971ad764316e4466 (diff)
downloadrneovim-fbc66d798ce834c4ba05360c3c07ce7af40d6fc9.tar.gz
rneovim-fbc66d798ce834c4ba05360c3c07ce7af40d6fc9.tar.bz2
rneovim-fbc66d798ce834c4ba05360c3c07ce7af40d6fc9.zip
build: define EP_PREFIX property
This is just to avoid the boilerplate of definining PREFIX for each dependency.
Diffstat (limited to 'cmake.deps/cmake/BuildLuarocks.cmake')
-rw-r--r--cmake.deps/cmake/BuildLuarocks.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake.deps/cmake/BuildLuarocks.cmake b/cmake.deps/cmake/BuildLuarocks.cmake
index 33fd995839..85188c8656 100644
--- a/cmake.deps/cmake/BuildLuarocks.cmake
+++ b/cmake.deps/cmake/BuildLuarocks.cmake
@@ -82,7 +82,6 @@ else()
endif()
ExternalProject_Add(luarocks
- PREFIX ${DEPS_BUILD_DIR}
URL ${LUAROCKS_URL}
URL_HASH SHA256=${LUAROCKS_SHA256}
DOWNLOAD_NO_PROGRESS TRUE