mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
build: define EP_PREFIX property
This is just to avoid the boilerplate of definining PREFIX for each dependency.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user