From afbf66de14ee4e6af3f2c2da82a0fdb3bc3f0a1a Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 2 Oct 2008 07:19:35 +0000 Subject: [PATCH] demo needs Core --- .../demo/Segment_Delaunay_graph_2/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Segment_Delaunay_graph_2/demo/Segment_Delaunay_graph_2/CMakeLists.txt b/Segment_Delaunay_graph_2/demo/Segment_Delaunay_graph_2/CMakeLists.txt index 30cdf1d1016..7bd5b049bc1 100644 --- a/Segment_Delaunay_graph_2/demo/Segment_Delaunay_graph_2/CMakeLists.txt +++ b/Segment_Delaunay_graph_2/demo/Segment_Delaunay_graph_2/CMakeLists.txt @@ -6,7 +6,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.4.5) set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true) -find_package(CGAL QUIET COMPONENTS Qt3 ) +find_package(CGAL QUIET COMPONENTS Qt3 Core ) include( ${CGAL_USE_FILE} ) find_package(Qt3-patched QUIET) @@ -40,6 +40,6 @@ if ( CGAL_FOUND AND QT3_FOUND ) else() - message(STATUS "NOTICE: This demo requires CGAL and Qt3, and will not be compiled.") + message(STATUS "NOTICE: This demo requires CGAL,, Core, and Qt3, and will not be compiled.") endif()