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

[cmake] Guard the grid analysis tool correctly

consistent-grid-orientation is merely a suggestion. dune-perftool
should perfectly build in its absence.
parent f7fd3334
No related branches found
No related tags found
No related merge requests found
add_executable(analyze_grid analyze_grid.cc)
dune_symlink_to_source_files(FILES test_2d_structured.ini test_3d_structured.ini test_2d_unstructured.ini test_3d_unstructured.ini)
if(consistent-edge-orientation_FOUND)
add_executable(analyze_grid analyze_grid.cc)
dune_symlink_to_source_files(FILES test_2d_structured.ini test_3d_structured.ini test_2d_unstructured.ini test_3d_unstructured.ini)
endif()
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