mirror of https://github.com/CGAL/cgal
use RS, too
This commit is contained in:
parent
4cacb97039
commit
f39a7b7658
|
|
@ -13,7 +13,7 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" VERSION_GREATER 2.6)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# CGAL and its components
|
# CGAL and its components
|
||||||
find_package( CGAL QUIET COMPONENTS Core MPFI RS3)
|
find_package( CGAL QUIET COMPONENTS Core MPFI RS RS3)
|
||||||
|
|
||||||
if ( NOT CGAL_FOUND )
|
if ( NOT CGAL_FOUND )
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue