use RS, too

This commit is contained in:
Eric Berberich 2012-07-05 18:06:04 +00:00
parent 4cacb97039
commit f39a7b7658
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" VERSION_GREATER 2.6)
endif()
# 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 )