aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps/cmake/BuildLibuv.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/BuildLibuv.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/BuildLibuv.cmake')
-rw-r--r--cmake.deps/cmake/BuildLibuv.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake.deps/cmake/BuildLibuv.cmake b/cmake.deps/cmake/BuildLibuv.cmake
index 713cf2e4eb..63cc22ee5b 100644
--- a/cmake.deps/cmake/BuildLibuv.cmake
+++ b/cmake.deps/cmake/BuildLibuv.cmake
@@ -1,5 +1,4 @@
ExternalProject_Add(libuv
- PREFIX ${DEPS_BUILD_DIR}
URL ${LIBUV_URL}
URL_HASH SHA256=${LIBUV_SHA256}
DOWNLOAD_NO_PROGRESS TRUE