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:
Karsten Knese 2017-04-11 08:54:58 -07:00 committed by GitHub
parent 9f1459733a
commit 2678316863

View file

@ -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}