From 16aefd06b7ddd623624fe21907819c2fd1570149 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Tue, 27 Apr 2021 16:25:53 +0200 Subject: [PATCH] Bumped CMake to 3.20.1 --- ogscm/recipes/ogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogscm/recipes/ogs.py b/ogscm/recipes/ogs.py index e53ac2a..59bae7d 100644 --- a/ogscm/recipes/ogs.py +++ b/ogscm/recipes/ogs.py @@ -270,7 +270,7 @@ if local_args.ogs != "clean": ) Stage0 += environment(variables={"CONAN_SYSREQUIRES_SUDO": 0}) elif local_args.pm == "system": - Stage0 += cmake(eula=True, version="3.19.4") + Stage0 += cmake(eula=True, version="3.20.1") Stage0 += boost( version=versions["minimum_version"]["boost"], bootstrap_opts=["--with-toolset=clang"] if toolchain.CC == "clang" else [], -- GitLab