From 6e21fb6af445a7144c67c033d799682046b6f76a Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 28 Dec 2014 02:39:37 +0100 Subject: [PATCH] step-34: Also adjust error message --- examples/step-34/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-34/CMakeLists.txt b/examples/step-34/CMakeLists.txt index 0da6813728..0f01b2f0c4 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() -- 2.39.5