mirror of https://github.com/CGAL/cgal
Add CGAL_Core to the polygon demo (because that demo includes Straits
Skeleton, which uses CORE for internals predicates).
This commit is contained in:
parent
adc388307d
commit
15d289b287
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue