Fix some cmake issues.

(cherry picked from commit f5364331eb)
This commit is contained in:
Antonio Sánchez
2022-09-02 16:43:14 +00:00
committed by Antonio Sanchez
parent ab6f39e1e3
commit 11dacc4802
3 changed files with 18 additions and 25 deletions

View File

@@ -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)