Add QUIET to find_package

This commit is contained in:
Andreas Fabri 2008-10-01 12:21:53 +00:00
parent f7b2d6f9bc
commit 4e0b10a131
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)