colcon-core icon indicating copy to clipboard operation
colcon-core copied to clipboard

About changing the default compilation method of colcon build

Open p-zzg opened this issue 1 year ago • 1 comments

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

p-zzg avatar May 09 '24 09:05 p-zzg