Skip to content

Commit aea33b8

Browse files
Make sure to find_package(rmw) in rmw_implementation. (#242) (#245)
This is required to get access to the register_rmw_implementation CMake macro. Signed-off-by: Chris Lalancette <clalancette@gmail.com> (cherry picked from commit e9f6008) Co-authored-by: Chris Lalancette <clalancette@gmail.com>
1 parent 3cf26d5 commit aea33b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rmw_implementation/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
1313
endif()
1414

1515
find_package(ament_cmake REQUIRED)
16+
find_package(rmw REQUIRED)
1617
find_package(rmw_implementation_cmake REQUIRED)
1718

1819
if(BUILD_TESTING)

0 commit comments

Comments
 (0)