Skip to content

Pass native options to the 'clean' step of 'cmake --build ... --clean-first'

This is just a small change that for cmake --build . --clean-first makes the clean and actual build step more consistent, passing the native build options also for the clean step.

Merge request reports