From: Jean-Paul Pelteret Date: Tue, 16 Jun 2020 21:15:54 +0000 (+0200) Subject: CMake: Increase minimum required version of GCC. X-Git-Tag: v9.3.0-rc1~1354^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cc4feffd8d7d8c809d2960e5fe81b6e85b70da0;p=dealii.git CMake: Increase minimum required version of GCC. --- diff --git a/cmake/setup_compiler_flags_gnu.cmake b/cmake/setup_compiler_flags_gnu.cmake index a14a4b9717..f53eaeb9ff 100644 --- a/cmake/setup_compiler_flags_gnu.cmake +++ b/cmake/setup_compiler_flags_gnu.cmake @@ -21,10 +21,10 @@ # IF( CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND - CMAKE_CXX_COMPILER_VERSION VERSION_LESS "4.9" ) + CMAKE_CXX_COMPILER_VERSION VERSION_LESS "5.0" ) MESSAGE(FATAL_ERROR "\n" "deal.II requires support for features of C++14 that are not present in\n" - "versions of GCC prior to 4.9." + "versions of GCC prior to 5.0." ) ENDIF() diff --git a/doc/readme.html b/doc/readme.html index eecdd24ea1..e8d370727d 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -62,8 +62,8 @@ deal.II supports at least the following platforms: