mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 16:36:30 +00:00
build: redundant variable in cmake/Deps.cmake #35924
This commit is contained in:
@@ -91,7 +91,7 @@ function(get_externalproject_options name DEPS_IGNORE_SHA)
|
||||
|
||||
set(EXTERNALPROJECT_OPTIONS
|
||||
DOWNLOAD_NO_PROGRESS TRUE
|
||||
EXTERNALPROJECT_OPTIONS URL ${${name_allcaps}_URL}
|
||||
URL ${${name_allcaps}_URL}
|
||||
CMAKE_CACHE_ARGS ${DEPS_CMAKE_CACHE_ARGS})
|
||||
|
||||
if(NOT ${DEPS_IGNORE_SHA})
|
||||
|
Reference in New Issue
Block a user