From 181e46a754f739293f9c8d2c520172cbd4544c93 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 8 Nov 2024 19:48:47 -0700 Subject: [PATCH] Update CMakeLists.txt: set minimum cmake version to 3.18 All in the title. Resolves https://github.com/NCAR/ccpp-framework/issues/610 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 90634bee..9d03783d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.18) project(ccpp_framework VERSION 5.0.0