Skip to content
Snippets Groups Projects
Commit 512cd26b authored by Andreas Lauser's avatar Andreas Lauser
Browse files

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
parent 1fadca72
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment