Skip to content

Commit 7772d18

Browse files
correct the readme
1 parent e821dff commit 7772d18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ target_link_libraries(minimal_node PRIVATE
6565
)
6666
6767
install(TARGETS minimal_node turtlesim_parameters
68-
EXPORT ${PROJECT_NAME}Targets
68+
EXPORT ${PROJECT_NAME}Targets)
69+
ament_export_targets(${PROJECT_NAME}Targets HAS_LIBRARY_TARGET)
6970
```
7071

7172
**setup.py**

0 commit comments

Comments
 (0)