diff options
author | Russell Greene <russell@shotover.com> | 2022-12-20 01:12:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-01-11 19:50:40 (GMT) |
commit | e4fcdfa3010d097c81035aea9a18ed08b359bf38 (patch) | |
tree | ec0c1818f12944bc709b5405f147a2c1804b36fe /Help/release | |
parent | 555a892a69a744c4f7513952a0eff191bf4619cd (diff) | |
download | CMake-e4fcdfa3010d097c81035aea9a18ed08b359bf38.zip CMake-e4fcdfa3010d097c81035aea9a18ed08b359bf38.tar.gz CMake-e4fcdfa3010d097c81035aea9a18ed08b359bf38.tar.bz2 |
Set CMAKE_<LANG>_COMPILER_FRONTEND_VARIANT on single-variant compilers
The `GNU` and `MSVC` compilers obviously use their own front-end
command-line style. Also set this for `AppleClang`.
Fixes: #24232
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/frontend-variant-always.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/frontend-variant-always.rst b/Help/release/dev/frontend-variant-always.rst new file mode 100644 index 0000000..111175c --- /dev/null +++ b/Help/release/dev/frontend-variant-always.rst @@ -0,0 +1,6 @@ +frontend-variant-always +----------------------- + +* The :variable:`CMAKE_<LANG>_COMPILER_FRONTEND_VARIANT` variable is now + set for ``GNU``, ``MSVC``, and ``AppleClang`` compilers that have only + one frontend variant. |