mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 00:22:41 +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:
@@ -43,7 +43,6 @@ set(LUA_INSTALL_TOP_ARG "INSTALL_TOP=${DEPS_INSTALL_DIR}")
|
||||
message(STATUS "Lua target is ${LUA_TARGET}")
|
||||
|
||||
ExternalProject_Add(lua
|
||||
PREFIX ${DEPS_BUILD_DIR}
|
||||
URL ${LUA_URL}
|
||||
URL_HASH SHA256=${LUA_SHA256}
|
||||
DOWNLOAD_NO_PROGRESS TRUE
|
||||
|
||||
Reference in New Issue
Block a user