Skip to content

Commit

Permalink
Resort CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 23, 2024
1 parent ca3b8b1 commit f01404c
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 @@ -52,10 +52,10 @@ set(CONTROL_FILTERS_INCLUDE_DEPENDS
pluginlib
geometry_msgs
)
find_package(Eigen3 REQUIRED NO_MODULE)
foreach(Dependency IN ITEMS ${CONTROL_FILTERS_INCLUDE_DEPENDS})
find_package(${Dependency} REQUIRED)
endforeach()
find_package(Eigen3 REQUIRED NO_MODULE)

generate_parameter_library(
low_pass_filter_parameters
Expand Down

0 comments on commit f01404c

Please sign in to comment.