From: Matthias Maier Date: Tue, 9 Apr 2013 23:25:45 +0000 (+0000) Subject: CMake: Fix two typos X-Git-Tag: v8.0.0~746 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4726809ee5107262c2e797f2b40a31d032e85dd9;p=dealii.git CMake: Fix two typos git-svn-id: https://svn.dealii.org/trunk@29232 0785d39b-7218-0410-832d-ea1e28bc413d --- 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" )