fix cmake for test - remove unused params (#116)
* fix cmake for test - remove unused params * set env variable for rmw_implementation
This commit is contained in:
parent
9f1459733a
commit
2678316863
1 changed files with 1 additions and 4 deletions
|
@ -65,10 +65,7 @@ function(test_target_function)
|
|||
|
||||
rcl_add_custom_gtest(test_get_node_names${target_suffix}
|
||||
SRCS rcl/test_get_node_names.cpp
|
||||
ENV
|
||||
${extra_test_env}
|
||||
EMPTY_TEST=
|
||||
NORMAL_TEST=foo
|
||||
ENV ${extra_test_env}
|
||||
APPEND_LIBRARY_DIRS ${extra_lib_dirs}
|
||||
LIBRARIES ${PROJECT_NAME} ${extra_test_libraries}
|
||||
AMENT_DEPENDENCIES ${rmw_implementation}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue