]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bugfix
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 6 Oct 2012 14:37:48 +0000 (14:37 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 6 Oct 2012 14:37:48 +0000 (14:37 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26979 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/configure/configure_metis.cmake

index 03a1c77f4c12be3dc88c2b7aaa43e4bfccd7d6a5..1668057fc5fd49ceee86248a9ea075c364344941 100644 (file)
@@ -21,7 +21,7 @@ MACRO(FEATURE_METIS_FIND_EXTERNAL var)
   FIND_PACKAGE(METIS)
 
   IF(METIS_FOUND)
-    IF(AND METIS_MAJOR GREATER 4)
+    IF(METIS_MAJOR GREATER 4)
       SET(${var} TRUE)
     ELSE()
       MESSAGE(WARNING "\n"

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.