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 ponsuganth/mixed-mass-operators
No related tags found
No related merge requests found
...@@ -18,8 +18,8 @@ add_subdirectory( vtk ) ...@@ -18,8 +18,8 @@ add_subdirectory( vtk )
if(OPENMESH_CORE_FOUND) if(OPENMESH_CORE_FOUND)
set( WALBERLA_MESAPD_CONVEX_POLYHEDRON_AVAILABLE ON CACHE INTERNAL "") set( WALBERLA_MESAPD_CONVEX_POLYHEDRON_AVAILABLE ON CACHE INTERNAL "")
target_link_libraries( mesa_pd PUBLIC mesh_common ) 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() else()
set( WALBERLA_MESAPD_CONVEX_POLYHEDRON_AVAILABLE OFF CACHE INTERNAL "") 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() endif()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment