Skip to content

Use -? instead of /? to test compiler for MSVC-like command-line support

Brad King requested to merge brad.king/cmake:asm-no-slash-question into master

MS-style command-line tools accept either / or - for command-line options. Prefer - over / so that non-MS tools do not treat it as a path.

Fixes: #18941 (closed)

Merge request reports