Skip to content

Commit

Permalink
Add missing include to fix config module
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Aug 22, 2023
1 parent beabbd9 commit 3042dc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/rsl-config.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include(CMakeFindDependencyMacro)

find_dependency(Eigen3)
find_dependency(fmt)
find_dependency(rclcpp)
Expand Down

0 comments on commit 3042dc4

Please sign in to comment.