ASM_MARMASM: Remove broken partial support for preprocessor defines
Avoid passing unsupported options to the assembler.
In !7793 (merged) we copied the assembler command line from CMakeASM_MASMInformation
,
but the marmasm
tool does not accept -D
command-line options.
Issue: #24317
Backport: release
Topic-rename: marmasm-language
Edited by Brad King