From: Matthias Maier Date: Sun, 28 Dec 2014 01:39:37 +0000 (+0100) Subject: step-34: Also adjust error message X-Git-Tag: v8.3.0-rc1~580^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F383%2Fhead;p=dealii.git step-34: Also adjust error message --- diff --git a/examples/step-34/CMakeLists.txt b/examples/step-34/CMakeLists.txt index 3777379d32..ad59d29dd8 100644 --- a/examples/step-34/CMakeLists.txt +++ b/examples/step-34/CMakeLists.txt @@ -40,7 +40,7 @@ ENDIF() IF(NOT DEAL_II_WITH_MUPARSER) MESSAGE(FATAL_ERROR " Error! The deal.II library found at ${DEAL_II_PATH} was not configured with - DEAL_II_WITH_FUNCTIONPARSER = ON + DEAL_II_WITH_MUPARSER = ON One or all of these are OFF in your installation but are required for this tutorial step." ) ENDIF()