add missing QUIET

This commit is contained in:
Sébastien Loriot 2025-03-25 17:45:00 +01:00
parent 8f37274215
commit 4bc837f51d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ project(BGL_OpenMesh_Examples)
# CGAL and its components
find_package(CGAL REQUIRED)
find_package(OpenMesh)
find_package(OpenMesh QUIET)
if(OpenMesh_FOUND)
include(CGAL_OpenMesh_support)
create_single_source_cgal_program("TriMesh.cpp")