We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17d41f commit 7fde494Copy full SHA for 7fde494
test_rmw_implementation/CMakeLists.txt
@@ -31,6 +31,8 @@ if(BUILD_TESTING)
31
test/test_init_shutdown.cpp
32
ENV ${rmw_implementation_env_var}
33
)
34
+ target_compile_definitions(test_init_shutdown${target_suffix}
35
+ PUBLIC "RMW_IMPLEMENTATION=${rmw_implementation}")
36
ament_target_dependencies(test_init_shutdown${target_suffix}
37
osrf_testing_tools_cpp rcutils rmw rmw_implementation
38
0 commit comments