Fix CORE->Core

This commit is contained in:
Laurent Rineau 2008-10-03 09:02:02 +00:00
parent 8f2cc758d1
commit 416225939b
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 CORE )
find_package(CGAL QUIET COMPONENTS Qt3 Core )
include( ${CGAL_USE_FILE} )