]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Increase minimum version of p4est to 2.0.
authorMarc Fehling <m.fehling@fz-juelich.de>
Tue, 3 Jul 2018 20:50:03 +0000 (14:50 -0600)
committerMarc Fehling <m.fehling@fz-juelich.de>
Tue, 3 Jul 2018 21:42:35 +0000 (15:42 -0600)
cmake/configure/configure_p4est.cmake

index a3271ad56f5e9e4c6ec1c960e75cf4b69bae6464..b2538ddcef39425f9d9701c3b41a30f8f598c7aa 100644 (file)
@@ -27,15 +27,16 @@ MACRO(FEATURE_P4EST_FIND_EXTERNAL var)
     SET(${var} TRUE)
 
     #
-    # We require at least version 0.3.4.1
+    # We require at least version 2.0
     #
-    IF(P4EST_VERSION VERSION_LESS  "0.3.4.1")
+    SET(_version_required 2.0)
+    IF(P4EST_VERSION VERSION_LESS ${_version_required})
       MESSAGE(STATUS "Insufficient p4est installation found: "
-        "At least version 0.3.4.1 is required."
+        "At least version ${_version_required} is required."
         )
       SET(P4EST_ADDITIONAL_ERROR_STRING
         "Insufficient p4est installation found!\n"
-        "At least version 0.3.4.1 is required.\n"
+        "At least version ${_version_required} is required.\n"
         )
       SET(${var} FALSE)
     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.