Add QUIET to find_package

This commit is contained in:
Andreas Fabri 2008-10-01 12:36:43 +00:00
parent 0baf719425
commit 915b82eaf8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.4.5)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
find_package(CGAL REQUIRED Qt3 )
find_package(CGAL QUIET COMPONENTS Qt3 )
include( ${CGAL_USE_FILE} )
find_package(Qt3-patched QUIET)