Merge pull request #420 from akva2/bump_cmake_3.23

bump minimum cmake version to 3.23
This commit is contained in:
Arne Morten Kvarving
2026-01-22 14:15:18 +01:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,7 @@
# #
###########################################################################
cmake_minimum_required (VERSION 3.10)
cmake_minimum_required (VERSION 3.23)
# Mandatory call to project
project(opm-upscaling C CXX)