diff options
author | Brad King <brad.king@kitware.com> | 2023-01-12 14:22:25 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-01-12 14:22:46 (GMT) |
commit | b09f2f25b744942e4f3957a7c02ef9c86a6a41be (patch) | |
tree | 881980957e41cae2f81f03a0619e022ce3a59327 /Help | |
parent | d696b9dbcc5e3957f9b993d0d92580c38adb9820 (diff) | |
parent | e4fcdfa3010d097c81035aea9a18ed08b359bf38 (diff) | |
download | CMake-b09f2f25b744942e4f3957a7c02ef9c86a6a41be.zip CMake-b09f2f25b744942e4f3957a7c02ef9c86a6a41be.tar.gz CMake-b09f2f25b744942e4f3957a7c02ef9c86a6a41be.tar.bz2 |
Merge topic 'frontend-variant-always'
e4fcdfa301 Set CMAKE_<LANG>_COMPILER_FRONTEND_VARIANT on single-variant compilers
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8036
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/frontend-variant-always.rst | 6 | ||||
-rw-r--r-- | Help/variable/CMAKE_LANG_COMPILER_FRONTEND_VARIANT.rst | 4 |
2 files changed, 10 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. diff --git a/Help/variable/CMAKE_LANG_COMPILER_FRONTEND_VARIANT.rst b/Help/variable/CMAKE_LANG_COMPILER_FRONTEND_VARIANT.rst index 128b1fb..a414463 100644 --- a/Help/variable/CMAKE_LANG_COMPILER_FRONTEND_VARIANT.rst +++ b/Help/variable/CMAKE_LANG_COMPILER_FRONTEND_VARIANT.rst @@ -16,3 +16,7 @@ the compiler whose frontend it resembles. .. note:: In other words, this variable describes what command line options and language extensions the compiler frontend expects. + +.. versionchanged:: 3.26 + This variable is set for ``GNU``, ``MSVC``, and ``AppleClang`` + compilers that have only one frontend variant. |