From 117641552d3e1365b736bd8e4556d0915df6dd2c Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Thu, 23 Aug 2018 12:10:52 +0200
Subject: [PATCH] Add closing bracket

---
 cmake/modules/DunePerftoolMacros.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/modules/DunePerftoolMacros.cmake b/cmake/modules/DunePerftoolMacros.cmake
index 6302c1a1..34e542c4 100644
--- a/cmake/modules/DunePerftoolMacros.cmake
+++ b/cmake/modules/DunePerftoolMacros.cmake
@@ -120,7 +120,7 @@ function(add_generated_executable)
   set(ANALYZE_GRID_OPTION)
   if(GEN_ANALYZE_GRID)
     if(NOT consistent-edge-orientation_FOUND)
-      message(FATAL_ERROR "Asked for grid analysis, but the module consistent-edge-orientation was not found!"
+      message(FATAL_ERROR "Asked for grid analysis, but the module consistent-edge-orientation was not found!")
     endif()
     set(ANALYZE_GRID_FILE "${GEN_INIFILE}.csv")
     set(ANALYZE_GRID_OPTION "--grid-info=${ANALYZE_GRID_FILE}")
-- 
GitLab