mirror of https://github.com/CGAL/cgal
Fix CORE->Core
This commit is contained in:
parent
8f2cc758d1
commit
416225939b
|
|
@ -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} )
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue