From: Matthias Maier Date: Tue, 23 Dec 2014 23:13:00 +0000 (+0100) Subject: fix configuration for step-34 X-Git-Tag: v8.3.0-rc1~588^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdd58bff36ba2ece8083fd6bb2e5f832389eb457;p=dealii.git fix configuration for step-34 --- diff --git a/examples/step-34/CMakeLists.txt b/examples/step-34/CMakeLists.txt index 230be533f6..3777379d32 100644 --- a/examples/step-34/CMakeLists.txt +++ b/examples/step-34/CMakeLists.txt @@ -37,7 +37,7 @@ ENDIF() # # Are all dependencies fullfilled? # -IF(NOT DEAL_II_WITH_FUNCTIONPARSER) +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