Skip to content

CMakeDetermineASMCompiler: arg-split ASM* like CC

Michał Górny requested to merge mgorny/cmake:asm-splitting into master

Perform full argument splitting on ASM${ASM_DIALECT} variable alike it is done on CC and other compiler variables. This fixes using CMake when ASM* is used to pass additional target flags, e.g. when one uses ASM=${CC}.

Merge request reports