Skip to content

Commit

Permalink
debug CI 8
Browse files Browse the repository at this point in the history
  • Loading branch information
shutsch committed Feb 23, 2024
1 parent c30c3cb commit de5156a
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 (USE_AUTODIFF)
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(USE_AUTODIFF OFF)
else()
message("-- Eigen3 library found as a submodule. Tests will be compiled.")
message("-- Eigen3 library found as a submodule at ${EIGEN_PATH}. Tests will be compiled.")
set(Eigen3_FOUND ON)
endif()
else()
Expand Down

0 comments on commit de5156a

Please sign in to comment.