From d82773510f4e6788e2055cdde686dbd54d68515b Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 2 Oct 2008 08:44:36 +0000 Subject: [PATCH] required -> quiet --- Convex_hull_2/demo/Convex_hull_2/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Convex_hull_2/demo/Convex_hull_2/CMakeLists.txt b/Convex_hull_2/demo/Convex_hull_2/CMakeLists.txt index f14082697ab..8d00e947359 100644 --- a/Convex_hull_2/demo/Convex_hull_2/CMakeLists.txt +++ b/Convex_hull_2/demo/Convex_hull_2/CMakeLists.txt @@ -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)