build(cmake): allow ignoring deps sha

Followup to 39335d6a7d.
This commit is contained in:
dundargoc
2026-04-05 11:14:12 +02:00
committed by dundargoc
parent 39335d6a7d
commit bebf949f1f

View File

@@ -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)