Skip to content

Commit

Permalink
We're not counting on the fortran parts of Eigen afaik, so we don't w…
Browse files Browse the repository at this point in the history
…ant to worry about it if we have a busted fortran compiler...
  • Loading branch information
starseeker committed Nov 29, 2023
1 parent 3c424cb commit 407e36c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eigen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ if (ENABLE_EIGEN)
-DBUILD_STATIC_LIBS=${BUILD_STATIC_LIBS}
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
-DCMAKE_Fortran_COMPILER=""
-DCMAKE_INSTALL_PREFIX=${CMAKE_NOBUNDLE_INSTALL_PREFIX}
-DCMAKE_INSTALL_LIBDIR:PATH=${LIB_DIR}
-DCMAKE_INSTALL_RPATH=${CMAKE_BUNDLE_INSTALL_PREFIX}/${LIB_DIR}
Expand Down

0 comments on commit 407e36c

Please sign in to comment.