From: Uwe Köcher Date: Wed, 7 Feb 2018 10:51:32 +0000 (+0100) Subject: dealii-prepare: optimised text output message for v8.5.1 + cmake 3.10 X-Git-Tag: v8.5.1~5^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F67%2Fhead;p=candi.git dealii-prepare: optimised text output message for v8.5.1 + cmake 3.10 --- diff --git a/deal.II-toolchain/packages/dealii-prepare.package b/deal.II-toolchain/packages/dealii-prepare.package index 0f5e241..c79a3b0 100644 --- a/deal.II-toolchain/packages/dealii-prepare.package +++ b/deal.II-toolchain/packages/dealii-prepare.package @@ -36,6 +36,7 @@ if [ ${DEAL_II_VERSION} = "v8.5.1" ]; then if [ ${CMAKE_VER_MAJOR}=="3" ] && [ ${CMAKE_VER_MINOR} -gt 9 ]; then cecho ${BAD} "Your cmake version is ${CMAKE_VER_MAJOR}.${CMAKE_VER_MINOR}, which is above 3.9." cecho ${INFO} "You need to switch on the cmake package in the config file!" + cecho ${BAD} "Please abort candi with ctrl+c to change the candi.cfg file, or" cecho ${GOOD} "Please confirm this by pressing enter ..." read fi