Skip to content

Commit

Permalink
add QUIET
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastien Loriot <[email protected]>
  • Loading branch information
janetournois and sloriot authored Oct 8, 2024
1 parent f30fffd commit b7b48b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lab/demo/Lab/Plugins/IO/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ target_link_libraries(surf_io_plugin PUBLIC scene_surface_mesh_item)
cgal_lab_plugin(lcc_io_plugin lcc_io_plugin KEYWORDS Viewer)
target_link_libraries(lcc_io_plugin PUBLIC scene_lcc_item)

find_package(OpenMesh)
find_package(OpenMesh QUIET)
if(OpenMesh_FOUND)
include(CGAL_OpenMesh_support)
cgal_lab_plugin(om_plugin OM_io_plugin KEYWORDS Viewer PMP)
Expand Down

0 comments on commit b7b48b1

Please sign in to comment.