Skip to content

Commit

Permalink
fix build issue with older Eigen versions
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Apr 1, 2023
1 parent 14e9ff5 commit 866afa8
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 @@ -39,7 +39,7 @@ find_package(apriltag_msgs REQUIRED)
find_package(tf2_ros REQUIRED)
find_package(image_transport REQUIRED)
find_package(cv_bridge REQUIRED)
find_package(Eigen3 REQUIRED)
find_package(Eigen3 REQUIRED NO_MODULE)
find_package(Threads REQUIRED)
find_package(apriltag 3.2 REQUIRED)

Expand Down

0 comments on commit 866afa8

Please sign in to comment.