-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
ament_cobra/cobra_vendor/CMakeLists.txt
Line 27 in 6a95e56
| ${CMAKE_COMMAND} -E chdir <SOURCE_DIR>/src sudo make install MAN=<SOURCE_DIR>/src_app LDFLAGS=-Wl,c.ar\ -pthread && ${CMAKE_COMMAND} -E chdir <SOURCE_DIR>/src_app sudo make install LDFLAGS=-Wl,c.ar\ -pthread |
... however, common ROS 2 practice for vendor packages is to install everything in the workspace install folder and not touch system-wide folders.
For example, I should not see the vendor package trying to write /usr/local/bin/cobra.
I think BINDIR should be defined for make to put the cobra executable in the install folder of the workspace.
Metadata
Metadata
Assignees
Labels
No labels