From 59663f1e721fd2b0e151fd3358ecc3dbcaa37c10 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 a68fde3..280bb89 100644 --- a/deal.II-toolchain/platforms/supported/centos7.platform +++ b/deal.II-toolchain/platforms/supported/centos7.platform @@ -21,5 +21,5 @@ # # Define the additional packages for this platform. -#PACKAGES="once:cmake ${PACKAGES}" +PACKAGES="once:cmake ${PACKAGES}" -- 2.39.5