From: ohcfe <1978998+ohcfe@users.noreply.github.com> Date: Wed, 23 Dec 2020 11:06:23 +0000 (-0500) Subject: Addresses issue #154 CentOS cmake is too old X-Git-Tag: v9.2.0-r3~5^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59663f1e721fd2b0e151fd3358ecc3dbcaa37c10;p=candi.git Addresses issue #154 CentOS cmake is too old --- 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}"