mirror of https://github.com/CGAL/cgal
added Eigen3
This commit is contained in:
parent
333bd56995
commit
c9a1a5cbd3
|
|
@ -481,7 +481,7 @@ endmacro()
|
|||
# External libs Qt3 and Qt34are configured when Qt3 or Qt4 as lib of cgal are required
|
||||
# Coin is used in KDS, but no FindCoin or FindCOIN exists
|
||||
# There exists FindF2C, FindIPE, FindMKL, but they are only used to support supporting libs
|
||||
list (INSERT CGAL_SUPPORTING_3RD_PARTY_LIRARIES 0 GMP MPFR zlib OpenGL LEDA MPFI RS RS3 OpenNL TAUCS BLAS LAPACK QGLViewer ESBTL NTL)
|
||||
list (INSERT CGAL_SUPPORTING_3RD_PARTY_LIRARIES 0 GMP MPFR zlib OpenGL LEDA MPFI RS RS3 OpenNL TAUCS EIGEN3 BLAS LAPACK QGLViewer ESBTL NTL)
|
||||
if (NOT WIN32)
|
||||
# GMPXX is not supported on WIN32 machines
|
||||
list (INSERT CGAL_SUPPORTING_3RD_PARTY_LIRARIES 1 GMPXX)
|
||||
|
|
|
|||
Loading…
Reference in New Issue