From db2f998c089118d738b5c910944d4c7e7139e7bf Mon Sep 17 00:00:00 2001 From: Cory Martin Date: Mon, 3 Apr 2023 13:20:03 +0000 Subject: [PATCH] Hash for workflow --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bb9c0675..eec710da5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ # Application for all the components needed for the GDAS system # # ------------------------------------------------------------------------- # + # Check for minimim cmake requirement cmake_minimum_required( VERSION 3.20 FATAL_ERROR )