From 0270df5fd7678ba313610fe68da998fbf271658d Mon Sep 17 00:00:00 2001 From: Puneet Matharu Date: Tue, 21 Nov 2023 07:56:33 +0000 Subject: [PATCH] Update root CMakeLists.txt to reflect minimum CMake requirement; we need CMake 3.24. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 97261ac1f56b..4921890d95ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ # format CMake files. Do not delete them. # ============================================================================== # cmake-format: on -cmake_minimum_required(VERSION 3.22 FATAL_ERROR) +cmake_minimum_required(VERSION 3.24 FATAL_ERROR) project( oomphlib DESCRIPTION "A finite-element library for simulating multi-physics problems."