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/BuildMsgpack.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/BuildMsgpack.cmake')
-rw-r--r-- | cmake.deps/cmake/BuildMsgpack.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake.deps/cmake/BuildMsgpack.cmake b/cmake.deps/cmake/BuildMsgpack.cmake index d2a0dfd132..da62741811 100644 --- a/cmake.deps/cmake/BuildMsgpack.cmake +++ b/cmake.deps/cmake/BuildMsgpack.cmake @@ -22,7 +22,6 @@ if(MSVC) endif() ExternalProject_Add(msgpack - PREFIX ${DEPS_BUILD_DIR} URL ${MSGPACK_URL} URL_HASH SHA256=${MSGPACK_SHA256} DOWNLOAD_NO_PROGRESS TRUE |