build: redundant variable in cmake/Deps.cmake #35924

This commit is contained in:
崔书豪
2025-10-01 11:16:02 +08:00
committed by GitHub
parent 6d550f3cdb
commit a053186aa7

View File

@@ -91,7 +91,7 @@ function(get_externalproject_options name DEPS_IGNORE_SHA)
set(EXTERNALPROJECT_OPTIONS set(EXTERNALPROJECT_OPTIONS
DOWNLOAD_NO_PROGRESS TRUE DOWNLOAD_NO_PROGRESS TRUE
EXTERNALPROJECT_OPTIONS URL ${${name_allcaps}_URL} URL ${${name_allcaps}_URL}
CMAKE_CACHE_ARGS ${DEPS_CMAKE_CACHE_ARGS}) CMAKE_CACHE_ARGS ${DEPS_CMAKE_CACHE_ARGS})
if(NOT ${DEPS_IGNORE_SHA}) if(NOT ${DEPS_IGNORE_SHA})