mirror of https://github.com/CGAL/cgal
add missing QUIET
This commit is contained in:
parent
8f37274215
commit
4bc837f51d
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue