From beee1a504df6975c6b0b79da086973638afc6bbd Mon Sep 17 00:00:00 2001 From: Andrey Debolskiy <and.debol@gmail.com> Date: Fri, 4 Apr 2025 06:25:30 +0300 Subject: [PATCH] updated cmake minimal version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8346149..53a3320 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.23) +cmake_minimum_required(VERSION 3.20) option(BUILD_DOC "Build documentation" OFF) option(USE_NETCDF "Enable netcdf library for tests output" OFF) option(WITH_RRTMG "with(out) RRTMG radiation transfer" OFF) -- GitLab