mirror of https://github.com/CGAL/cgal
Not using Core.
This commit is contained in:
parent
4457675389
commit
71f286cd95
|
|
@ -14,7 +14,7 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" VERSION_GREATER 2.6)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package(CGAL QUIET COMPONENTS Core )
|
find_package(CGAL QUIET)
|
||||||
|
|
||||||
if ( CGAL_FOUND )
|
if ( CGAL_FOUND )
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue