Add CGAL_Core to the polygon demo (because that demo includes Straits

Skeleton, which uses CORE for internals predicates).
This commit is contained in:
Laurent Rineau 2008-10-03 08:36:23 +00:00
parent adc388307d
commit 15d289b287
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 2.4.5)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
find_package(CGAL QUIET COMPONENTS Qt4)
find_package(CGAL QUIET COMPONENTS Qt4 Core)
include(${CGAL_USE_FILE})
@ -16,7 +16,6 @@ set( QT_USE_QTMAIN TRUE )
set( QT_USE_QTSCRIPT TRUE )
set( QT_USE_QTOPENGL TRUE )
find_package(Qt4 QUIET)
include_directories (BEFORE ../../include)