Skip to content

Commit

Permalink
Eigen: explicitly disable gfortran usage
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBurner committed Oct 25, 2023
1 parent 23bd209 commit 5742878
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmake/projects/Eigen/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,8 @@ endif()
hunter_cmake_args(
Eigen
CMAKE_ARGS
# explicitly disable gfortran checking code
EIGEN_BUILD_BLAS=OFF
EIGEN_BUILD_LAPACK=OFF
# explicitly disable gfortran usage
CMAKE_Fortran_COMPILER=NOTFOUND
# no need for tests or docs to save build-time
BUILD_TESTING=OFF
EIGEN_BUILD_DOC=OFF
Expand Down

0 comments on commit 5742878

Please sign in to comment.