fix linter issue (#795)
Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
This commit is contained in:
parent
c1d7c6b7be
commit
9aacc6d895
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue