You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help='Build a specific target instead of the default target')
I'm transferring this issue to that package.
If --cmake-target isn't sufficient, it's likely that colcon can't do what you want out of the box, and you may need to implement a new colcon extension.
Now colcon build compilation should be used
cmake --build . --target install
I want to implement cmake --build . --target package
Generate the content I need to install as deb
All install content is generated in deb
How can I modify core to do this
Requirement: Multiple function packages in a workspace are compiled to generate a deb file
The text was updated successfully, but these errors were encountered: