diff --git a/Generator/demo/Generator/CMakeLists.txt b/Generator/demo/Generator/CMakeLists.txt index e3528bc2815..0b6c41e59a5 100644 --- a/Generator/demo/Generator/CMakeLists.txt +++ b/Generator/demo/Generator/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)