From 1c37347ea648194e5caad9cf6e31c26f77a2edb5 Mon Sep 17 00:00:00 2001 From: ohcfe <1978998+ohcfe@users.noreply.github.com> Date: Wed, 23 Dec 2020 06:06:23 -0500 Subject: [PATCH] Addresses issue #154 CentOS cmake is too old --- deal.II-toolchain/platforms/supported/centos7.platform | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II-toolchain/platforms/supported/centos7.platform b/deal.II-toolchain/platforms/supported/centos7.platform index 466df91..f032ea6 100644 --- a/deal.II-toolchain/platforms/supported/centos7.platform +++ b/deal.II-toolchain/platforms/supported/centos7.platform @@ -27,5 +27,5 @@ TRILINOS_PARMETIS_CONFOPTS="\ # # Define the additional packages for this platform. -#PACKAGES="once:cmake ${PACKAGES}" +PACKAGES="once:cmake ${PACKAGES}" -- 2.39.5