Skip to content

Commit

Permalink
Make sure to find_package(rmw) in rmw_implementation. (#242)
Browse files Browse the repository at this point in the history
This is required to get access to the register_rmw_implementation
CMake macro.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Oct 19, 2024
1 parent e3a409a commit e9f6008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rmw_implementation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
endif()

find_package(ament_cmake REQUIRED)
find_package(rmw REQUIRED)
find_package(rmw_implementation_cmake REQUIRED)

if(BUILD_TESTING)
Expand Down

0 comments on commit e9f6008

Please sign in to comment.