mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00

`GIT_REPOSITORY` will cause cmake to rebuild if local dependency changes, which isn't the case for `URL`. Also document how to test a different commits of a dependency.
7 lines
240 B
CMake
7 lines
240 B
CMake
get_externalproject_options(unibilium ${DEPS_IGNORE_SHA})
|
|
ExternalProject_Add(unibilium
|
|
DOWNLOAD_DIR ${DEPS_DOWNLOAD_DIR}/unibilium
|
|
CMAKE_ARGS ${DEPS_CMAKE_ARGS}
|
|
CMAKE_CACHE_ARGS ${DEPS_CMAKE_CACHE_ARGS}
|
|
${EXTERNALPROJECT_OPTIONS})
|