Skip to content

Commit

Permalink
Add missing RMW_IMPLEMENTATION definitions
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Jun 19, 2020
1 parent d17d41f commit 7fde494
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_rmw_implementation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ if(BUILD_TESTING)
test/test_init_shutdown.cpp
ENV ${rmw_implementation_env_var}
)
target_compile_definitions(test_init_shutdown${target_suffix}
PUBLIC "RMW_IMPLEMENTATION=${rmw_implementation}")
ament_target_dependencies(test_init_shutdown${target_suffix}
osrf_testing_tools_cpp rcutils rmw rmw_implementation
)
Expand Down

0 comments on commit 7fde494

Please sign in to comment.