From 512cd26b0939157c4c09dbc193740942310c0381 Mon Sep 17 00:00:00 2001
From: Andreas Lauser <and@poware.org>
Date: Mon, 6 Feb 2012 11:15:45 +0000
Subject: [PATCH] CMake do not require PDELab anymore

PDELab has not been a dependency for approximately a year now...

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7633 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0e46c65d38..249322ed28 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,7 +27,7 @@ endif(COMMAND cmake_policy)
 find_package(DUNE_grid REQUIRED)
 find_package(DUNE_istl REQUIRED)
 find_package(DUNE_localfunctions REQUIRED)
-find_package(DUNE_pdelab REQUIRED)
+#find_package(DUNE_pdelab REQUIRED)
 find_package(DUNE_common REQUIRED)
 
 ##############
@@ -216,7 +216,7 @@ SetConfigHVar(HAVE_DUNE                DUNE_common_FOUND)
 SetConfigHVar(HAVE_DUNE_GRID           DUNE_grid_FOUND)
 SetConfigHVar(HAVE_DUNE_ISTL           DUNE_istl_FOUND)
 SetConfigHVar(HAVE_DUNE_LOCALFUNCTIONS DUNE_localfunctions_FOUND)
-SetConfigHVar(HAVE_DUNE_PDELAB         DUNE_pdelab_FOUND)
+#SetConfigHVar(HAVE_DUNE_PDELAB         DUNE_pdelab_FOUND)
 SetConfigHVar(HAVE_MPI                 MPI_FOUND)
 SetConfigHVar(HAVE_SUPERLU             SUPERLU_FOUND)
 SetConfigHVar(PROJECT_NAME             ProjectName)
-- 
GitLab