Skip to content

Help: Clarify 'cmake --build' signature alternatives

Brad King requested to merge brad.king/cmake:doc-cmake-build-signature into master

Documentation added by !5681 (merged) used square brackets in the cmake --build signature to indicate non-optional alternatives, which is not a typical convention. A common convention is to use parentheses instead, but in this case it is probably clearer to list the two signatures separately.

Fixes: #22413 (closed)
Backport: release

Merge request reports