Skip to content
Snippets Groups Projects
Commit 7f22646b authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Add generateStructuredMesh as a ctest dependency.

parent 7581bb14
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,11 @@ add_custom_target(ctest-cleanup ${CMAKE_COMMAND} -E remove -f Tests/ctest.log) ...@@ -58,7 +58,11 @@ add_custom_target(ctest-cleanup ${CMAKE_COMMAND} -E remove -f Tests/ctest.log)
set(test_dependencies ogs vtkdiff) set(test_dependencies ogs vtkdiff)
if(OGS_BUILD_UTILS) if(OGS_BUILD_UTILS)
list(APPEND test_dependencies partmesh MapGeometryToMeshSurface) list(APPEND test_dependencies
partmesh
MapGeometryToMeshSurface
generateStructuredMesh
)
endif() endif()
if(OGS_USE_MFRONT) if(OGS_USE_MFRONT)
list(APPEND test_dependencies list(APPEND test_dependencies
......
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