diff --git a/CMakeLists.txt b/CMakeLists.txt index 1236b7bbc9..2a4026a83c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,9 @@ endif() # User settings #------------------------------------------------------------------------------- -set(DEPS_IGNORE_SHA FALSE) +if(NOT DEPS_IGNORE_SHA) + set(DEPS_IGNORE_SHA FALSE) +endif() #------------------------------------------------------------------------------- # Variables