diff options
author | dundargoc <gocdundar@gmail.com> | 2022-10-01 14:54:58 +0200 |
---|---|---|
committer | dundargoc <gocdundar@gmail.com> | 2022-10-02 12:47:14 +0200 |
commit | fbc66d798ce834c4ba05360c3c07ce7af40d6fc9 (patch) | |
tree | fa01db35d5148d716e8cd037f647f47ddcc19bae /cmake.deps/cmake/BuildUnibilium.cmake | |
parent | 59d5f692f8f563bf6f7c232f971ad764316e4466 (diff) | |
download | rneovim-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/BuildUnibilium.cmake')
-rw-r--r-- | cmake.deps/cmake/BuildUnibilium.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake.deps/cmake/BuildUnibilium.cmake b/cmake.deps/cmake/BuildUnibilium.cmake index 2aaba4abab..8322195539 100644 --- a/cmake.deps/cmake/BuildUnibilium.cmake +++ b/cmake.deps/cmake/BuildUnibilium.cmake @@ -17,7 +17,6 @@ else() endif() ExternalProject_Add(unibilium - PREFIX ${DEPS_BUILD_DIR} URL ${UNIBILIUM_URL} URL_HASH SHA256=${UNIBILIUM_SHA256} DOWNLOAD_NO_PROGRESS TRUE |