readd QUIET to be consistant with other packages

This commit is contained in:
Sébastien Loriot 2015-08-07 14:40:01 +02:00
parent 156b267d85
commit 16da0d60ea
1 changed files with 1 additions and 1 deletions

View File

@ -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)