Skip to content

Commit

Permalink
debug CI 6
Browse files Browse the repository at this point in the history
  • Loading branch information
shutsch committed Feb 23, 2024
1 parent aa050b6 commit 2c80f26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ endif()
## then AUTODIFF

if (USE_AUTODIFF)


find_package(Eigen3 REQUIRED NO_MODULE)
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/Eigen)
Expand Down

0 comments on commit 2c80f26

Please sign in to comment.