colcon-core
colcon-core copied to clipboard
About changing the default compilation method of colcon build
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