mirror of https://github.com/CGAL/cgal
readd QUIET to be consistant with other packages
This commit is contained in:
parent
156b267d85
commit
16da0d60ea
|
|
@ -14,7 +14,7 @@ find_package(CGAL COMPONENTS Qt5)
|
|||
include( ${CGAL_USE_FILE} )
|
||||
|
||||
# Find Qt5 itself
|
||||
find_package(Qt5 COMPONENTS Xml OpenGL Help Core Sql)
|
||||
find_package(Qt5 QUIET COMPONENTS Xml OpenGL Help Core Sql)
|
||||
|
||||
# Find OpenGL
|
||||
find_package(OpenGL)
|
||||
|
|
|
|||
Loading…
Reference in New Issue