Skip to content
Snippets Groups Projects
Commit d25b4160 authored by Dominik Thoennes's avatar Dominik Thoennes
Browse files

change mesa pd message for OpenMesh to DEBUG

parent 1187e3f4
Branches
No related merge requests found
......@@ -18,8 +18,8 @@ add_subdirectory( vtk )
if(OPENMESH_CORE_FOUND)
set( WALBERLA_MESAPD_CONVEX_POLYHEDRON_AVAILABLE ON CACHE INTERNAL "")
target_link_libraries( mesa_pd PUBLIC mesh_common )
message( STATUS "MESA-PD: ConvexPolyhedron shape is available (OpenMesh dependency satisfied)" )
message( DEBUG "MESA-PD: ConvexPolyhedron shape is available (OpenMesh dependency satisfied)" )
else()
set( WALBERLA_MESAPD_CONVEX_POLYHEDRON_AVAILABLE OFF CACHE INTERNAL "")
message( STATUS "MESA-PD: ConvexPolyhedron shape is unavailable (OpenMesh not found)" )
message( DEBUG "MESA-PD: ConvexPolyhedron shape is unavailable (OpenMesh not found)" )
endif()
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment