mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
14212494bb
Since commit 6baf65ec46 (ASM: Do not consider MSVC C/CXX compiler for
generic ASM, 2025-04-08) we no longer mistake `cl` for an assembler.
However, some projects unconditionally enable ``ASM``, which worked
on Windows only due to that bug. Restore compatibility with such
projects by guarding the change behind a new policy ``CMP0194``.
Fixes: #26907
Issue: #26617
6 lines
161 B
ReStructuredText
6 lines
161 B
ReStructuredText
asm-no-msvc
|
|
-----------
|
|
|
|
* Enabling ``ASM`` no longer accidentally succeeds using ``MSVC``'s ``cl``
|
|
C compiler as an assembler. See policy :policy:`CMP0194`.
|