Skip to content

Commit

Permalink
Eigen: Add NO_MODULE to find_package (#125)
Browse files Browse the repository at this point in the history
Work around RHEL 8 failure due to a faulty FindEigen3.cmake module being found
  • Loading branch information
christophfroehlich authored Feb 24, 2024
1 parent 64d1f77 commit 4e73bb0
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 @@ -3,7 +3,7 @@ project(rsl VERSION 1.1.0 LANGUAGES CXX DESCRIPTION "ROS Support Library")

set(CMAKE_CXX_EXTENSIONS OFF)

find_package(Eigen3 REQUIRED)
find_package(Eigen3 REQUIRED CONFIG)
find_package(fmt REQUIRED)
find_package(rclcpp REQUIRED)
find_package(tcb_span REQUIRED)
Expand Down

0 comments on commit 4e73bb0

Please sign in to comment.