Core is not needed

This commit is contained in:
Clement Jamin 2014-06-30 19:56:53 +02:00
parent 3abcd888e6
commit 54774c78e1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ else()
cmake_policy(VERSION 2.6)
endif()
find_package(CGAL QUIET COMPONENTS Core ImageIO)
find_package(CGAL QUIET COMPONENTS ImageIO)
if ( CGAL_FOUND )
include( ${CGAL_USE_FILE} )