mirror of
https://github.com/neovim/neovim.git
synced 2026-07-21 08:31:47 +00:00
build(cmake): allow ignoring deps sha
Problem: Specifying an URL (e.g., Github URL for a PR commit) on the command line does not work since it will check it against the pinned checksum. Solution: Allow overriding `DEPS_IGNORE_SHA` from the command line as well.
This commit is contained in:
committed by
Christian Clason
parent
9927d9259d
commit
39335d6a7d
@@ -44,7 +44,9 @@ endif()
|
||||
# User settings
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
set(DEPS_IGNORE_SHA FALSE)
|
||||
if(NOT DEPS_IGNORE_SHA)
|
||||
set(DEPS_IGNORE_SHA FALSE)
|
||||
endif()
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Variables
|
||||
|
||||
Reference in New Issue
Block a user