Skip to content
Snippets Groups Projects
Commit 11764155 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Add closing bracket

parent a32c77a0
No related branches found
No related tags found
No related merge requests found
......@@ -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}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment