Skip to content

Commit

Permalink
Add EIGEN_BUILD_CMAKE_PACKAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Jan 11, 2025
1 parent 17e30a3 commit 8c89a1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ include(FetchContent)
# Fetch Eigen
set(EIGEN_BUILD_BLAS OFF)
set(EIGEN_BUILD_LAPACK OFF)
set(EIGEN_BUILD_CMAKE_PACKAGE ON)
fetchcontent_declare(
Eigen3
GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git
Expand Down

0 comments on commit 8c89a1f

Please sign in to comment.