Skip to content

Commit

Permalink
debug CI 14
Browse files Browse the repository at this point in the history
  • Loading branch information
shutsch committed Feb 23, 2024
1 parent 7190e09 commit 103d509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if (IMAGINEMODELS_USE_AUTODIFF)
find_package(Eigen3 NO_MODULE)
if(NOT Eigen3_FOUND)
message("-- Could not find Eigen3 library globally! Trying to include it as a submodule.")
set(EIGEN_PATH ${PROJECT_SOURCE_DIR}/extern/Eigen3)
set(EIGEN_PATH ${PROJECT_SOURCE_DIR}/extern/Eigen3/cmake)
if(NOT EXISTS ${EIGEN_PATH})
message("The Eigen3 submodule was not found! Please run 'git submodule update --init' OR set the EIGEN_PATH variable to the eigen header files manually. Will proceed with autodifferentiation disabled." )
set(IMAGINEMODELS_USE_AUTODIFF OFF)
Expand Down

0 comments on commit 103d509

Please sign in to comment.