]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update the minimum supported GCC version.
authorDavid Wells <wellsd2@rpi.edu>
Fri, 31 Mar 2017 19:33:53 +0000 (15:33 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Fri, 31 Mar 2017 19:53:49 +0000 (15:53 -0400)
cmake/setup_compiler_flags_gnu.cmake

index a00de57d936d33377beb42c9a2abc21de1053e04..59504616ccbc3bff4018a8bd1e865679a8b40098 100644 (file)
 #
 
 IF( CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND
-    CMAKE_CXX_COMPILER_VERSION VERSION_LESS "3.4" )
+    CMAKE_CXX_COMPILER_VERSION VERSION_LESS "4.8" )
   MESSAGE(WARNING "\n"
-    "You're using an old version of the GNU Compiler Collection (gcc/g++)!\n"
-    "It is strongly recommended to use at least version 3.4.\n"
+    "deal.II requires support for features of C++11 that are not present in\n"
+    "versions of GCC prior to 4.8."
     )
 ENDIF()
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.