diff options
author | Brad King <brad.king@kitware.com> | 2018-06-04 15:34:19 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-06-04 15:34:35 (GMT) |
commit | 07bddeae14001328209f5d1fb988107a6db508cb (patch) | |
tree | 8449552580f3ed84345e648b2d915b9cd851074e /Help | |
parent | 1bbee86bf2b909bc3a0bae1f87cc757c744f0d21 (diff) | |
parent | 9e27881bb180748b128ff42a67e7b68e368595a3 (diff) | |
download | CMake-07bddeae14001328209f5d1fb988107a6db508cb.zip CMake-07bddeae14001328209f5d1fb988107a6db508cb.tar.gz CMake-07bddeae14001328209f5d1fb988107a6db508cb.tar.bz2 |
Merge topic 'fix-ti-c-standard'
9e27881bb1 TI: Add support for C language standards
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2131
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-compile-features.7.rst | 1 | ||||
-rw-r--r-- | Help/release/dev/ti-c-standard.rst | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Help/manual/cmake-compile-features.7.rst b/Help/manual/cmake-compile-features.7.rst index 634da10..658694a 100644 --- a/Help/manual/cmake-compile-features.7.rst +++ b/Help/manual/cmake-compile-features.7.rst @@ -361,6 +361,7 @@ following :variable:`compiler ids <CMAKE_<LANG>_COMPILER_ID>` as of the versions specified for each: * all compilers and versions listed above with only meta-features for C++. +* ``TI``: Texas Instruments compiler. CMake is currently aware of the :prop_tgt:`CUDA standards <CUDA_STANDARD>` from the following :variable:`compiler ids <CMAKE_<LANG>_COMPILER_ID>` as of the diff --git a/Help/release/dev/ti-c-standard.rst b/Help/release/dev/ti-c-standard.rst new file mode 100644 index 0000000..8ec739f --- /dev/null +++ b/Help/release/dev/ti-c-standard.rst @@ -0,0 +1,6 @@ +ti-c-standard +------------- + +* The :manual:`Compile Features <cmake-compile-features(7)>` functionality + is now aware of C language standards supported by Texas Instruments C + compilers. |