From e43d5591a910d1c563607a65aa9d46da5c2484b6 Mon Sep 17 00:00:00 2001 From: maier Date: Tue, 9 Apr 2013 23:25:45 +0000 Subject: [PATCH] CMake: Fix two typos git-svn-id: https://svn.dealii.org/trunk@29232 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/configure/configure_arpack.cmake | 2 +- deal.II/cmake/configure/configure_p4est.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/cmake/configure/configure_arpack.cmake b/deal.II/cmake/configure/configure_arpack.cmake index f592a4d1eb..2ce985674b 100644 --- a/deal.II/cmake/configure/configure_arpack.cmake +++ b/deal.II/cmake/configure/configure_arpack.cmake @@ -16,6 +16,6 @@ # Configuration for the ARPACK library: # -SET(FEATURE_UMFPACK_DEPENDS DEAL_II_WITH_LAPACK) +SET(FEATURE_ARPACK_DEPENDS DEAL_II_WITH_LAPACK) CONFIGURE_FEATURE(ARPACK) diff --git a/deal.II/cmake/configure/configure_p4est.cmake b/deal.II/cmake/configure/configure_p4est.cmake index b984c30521..a31ff138dd 100644 --- a/deal.II/cmake/configure/configure_p4est.cmake +++ b/deal.II/cmake/configure/configure_p4est.cmake @@ -29,7 +29,7 @@ MACRO(FEATURE_P4EST_FIND_EXTERNAL var) MESSAGE(STATUS "Insufficient p4est installation found: " "p4est has to be configured with MPI enabled." ) - SET(HDF5_ADDITIONAL_ERROR_STRING + SET(P4EST_ADDITIONAL_ERROR_STRING "Insufficient p4est installation found!\n" "p4est has to be configured with MPI enabled.\n" ) -- 2.39.5