mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
5932f0be4f
The GNU `as --help` shows `--MD <file>` as an option to generate depfiles as needed by Ninja. There is no `-MT <target>` flag but fortunately the generated files automatically account for the `-o <obj>` flag. Issue: #20426
5 lines
133 B
Plaintext
5 lines
133 B
Plaintext
-- The ASM compiler identification is GNU
|
|
-- Found assembler: [^
|
|
]*/as(\.exe)?
|
|
-- CMAKE_ASM_COMPILER_ID_VENDOR_MATCH='GNU assembler'
|