mirror of https://github.com/CGAL/cgal
make eigen quiet
This commit is contained in:
parent
933940435a
commit
e609add6c7
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue