mirror of
https://github.com/neovim/neovim.git
synced 2026-04-14 03:26:10 +00:00
build(cmake): allow ignoring deps sha
Followup to39335d6a7d. (cherry picked from commitbebf949f1f)
This commit is contained in:
committed by
github-actions[bot]
parent
415626d46d
commit
38b5cfc74a
@@ -21,7 +21,9 @@ include(Util)
|
||||
# User settings
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
set(DEPS_IGNORE_SHA FALSE)
|
||||
if(NOT DEPS_IGNORE_SHA)
|
||||
set(DEPS_IGNORE_SHA FALSE)
|
||||
endif()
|
||||
|
||||
# Options
|
||||
option(USE_BUNDLED "Use bundled dependencies." ON)
|
||||
|
||||
Reference in New Issue
Block a user