diff --git a/Mesh_3/test/Mesh_3/CMakeLists.txt b/Mesh_3/test/Mesh_3/CMakeLists.txt index 835d1edcdb0..0a40572a509 100644 --- a/Mesh_3/test/Mesh_3/CMakeLists.txt +++ b/Mesh_3/test/Mesh_3/CMakeLists.txt @@ -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} )