Skip to content

Commit

Permalink
Use CONFIG instead of NO_MODULE
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Feb 24, 2024
1 parent 37770a1 commit 22942c6
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 NO_MODULE)
find_package(Eigen3 REQUIRED CONFIG)
find_package(fmt REQUIRED)
find_package(rclcpp REQUIRED)
find_package(tcb_span REQUIRED)
Expand Down

0 comments on commit 22942c6

Please sign in to comment.