demo also depends on Core

This commit is contained in:
Andreas Fabri 2008-10-02 07:08:38 +00:00
parent 6ab55d7562
commit 49bf72b975
1 changed files with 1 additions and 1 deletions

View File

@ -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)