diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-08-11 04:13:15 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-08-11 22:27:19 (GMT) |
commit | 1cd65dfa0e473788bdb870340fe16da5621fd2ff (patch) | |
tree | 5d5c32e3f2bcf4c37f2a608256c0cd5e1d9f1c50 /Help/release/3.24.rst | |
parent | 425f6a0ef6c3fd86d3ed5f12f03e68b01976f036 (diff) | |
download | CMake-1cd65dfa0e473788bdb870340fe16da5621fd2ff.zip CMake-1cd65dfa0e473788bdb870340fe16da5621fd2ff.tar.gz CMake-1cd65dfa0e473788bdb870340fe16da5621fd2ff.tar.bz2 |
TI compiler: Add support for COMPILE_WARNING_AS_ERROR target property
Diffstat (limited to 'Help/release/3.24.rst')
-rw-r--r-- | Help/release/3.24.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/release/3.24.rst b/Help/release/3.24.rst index 02252e0..3141255 100644 --- a/Help/release/3.24.rst +++ b/Help/release/3.24.rst @@ -348,3 +348,14 @@ Other Changes * A precompiled Windows ``arm64`` binary is now provided on `cmake.org`_. .. _`cmake.org`: https://cmake.org/download/ + +Updates +======= + +Changes made since CMake 3.24.0 include the following. + +3.24.1 +------ + +* The :prop_tgt:`COMPILE_WARNING_AS_ERROR` target property now supports the + TI compiler. |