make eigen quiet

This commit is contained in:
Dmitry Anisimov 2021-08-04 15:48:28 +02:00
parent 933940435a
commit e609add6c7
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if(TARGET CGAL::OSQP_support)
endforeach()
# Use Eigen.
find_package(Eigen3 REQUIRED)
find_package(Eigen3 QUIET)
include(CGAL_Eigen3_support)
if(TARGET CGAL::Eigen3_support)
message(STATUS "Found Eigen")