diff --git a/ros2pkg/ros2pkg/resource/cmake/CMakeLists.txt.em b/ros2pkg/ros2pkg/resource/cmake/CMakeLists.txt.em index f7d0e66a3..717b9530a 100644 --- a/ros2pkg/ros2pkg/resource/cmake/CMakeLists.txt.em +++ b/ros2pkg/ros2pkg/resource/cmake/CMakeLists.txt.em @@ -55,9 +55,7 @@ install( install( TARGETS @(cpp_library_name) EXPORT export_@(project_name) - ARCHIVE DESTINATION lib - LIBRARY DESTINATION lib - RUNTIME DESTINATION bin) +) @[end if]@ @[if cpp_node_name]@