From d25b4160f0a7ff9888288f9b49d0325b14badf0e Mon Sep 17 00:00:00 2001 From: Dominik Thoennes <dominik.thoennes@fau.de> Date: Mon, 3 Jun 2024 11:36:32 +0200 Subject: [PATCH] change mesa pd message for OpenMesh to DEBUG --- src/mesa_pd/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa_pd/CMakeLists.txt b/src/mesa_pd/CMakeLists.txt index 19eef8bf9..b71b17698 100644 --- a/src/mesa_pd/CMakeLists.txt +++ b/src/mesa_pd/CMakeLists.txt @@ -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 -- GitLab