fix linter issue (#795)

Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
This commit is contained in:
Siddharth Kucheria 2019-07-25 12:44:57 -07:00 committed by GitHub
parent c1d7c6b7be
commit 9aacc6d895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ macro(rclcpp_components_register_node target)
set(component ${ARGS_PLUGIN}) set(component ${ARGS_PLUGIN})
set(node ${ARGS_EXECUTABLE}) set(node ${ARGS_EXECUTABLE})
_rclcpp_components_register_package_hook() _rclcpp_components_register_package_hook()
set(_path "lib") set(_path "lib")
set(library_name "$<TARGET_FILE_NAME:${target}>") set(library_name "$<TARGET_FILE_NAME:${target}>")
if(WIN32) if(WIN32)
set(_path "bin") set(_path "bin")