mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix some cmake issues.
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
d816044b6e
commit
f5364331eb
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
set(BLAS_FOUND TRUE)
|
||||
set(LAPACK_FOUND TRUE)
|
||||
set(BLAS_FOUND EIGEN_BUILD_BLAS)
|
||||
set(LAPACK_FOUND EIGEN_BUILD_LAPACK)
|
||||
set(BLAS_LIBRARIES eigen_blas_static)
|
||||
set(LAPACK_LIBRARIES eigen_lapack_static)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user