Not using Core.

This commit is contained in:
Marc Glisse 2014-03-12 15:51:56 +01:00
parent 4457675389
commit 71f286cd95
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" VERSION_GREATER 2.6)
endif()
endif()
find_package(CGAL QUIET COMPONENTS Core )
find_package(CGAL QUIET)
if ( CGAL_FOUND )