Skip to content
Snippets Groups Projects
Commit b0842e1a authored by Jonas Plewinski's avatar Jonas Plewinski
Browse files

Merge branch 'thoennes/mesa-pd-warning' into 'master'

change mesa pd message for OpenMesh to DEBUG

See merge request walberla/walberla!676
parents 1187e3f4 d25b4160
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