diff options
author | Arnaud Gelas <arnaud.gelas@sensefly.com> | 2018-06-04 11:24:12 +0200 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-06-04 10:48:02 -0400 |
commit | 9e27881bb180748b128ff42a67e7b68e368595a3 (patch) | |
tree | 09b8dd82974e0d57fcc06956538f952ae65c5119 /Help/manual/cmake-compile-features.7.rst | |
parent | f70da4ed836fa40572d2db393b4bf24a87ba3a87 (diff) | |
download | cmake-9e27881bb180748b128ff42a67e7b68e368595a3.tar.gz |
TI: Add support for C language standards
Set C90 and C99 compile options for TI compiler.
Fixes: #18061
Diffstat (limited to 'Help/manual/cmake-compile-features.7.rst')
-rw-r--r-- | Help/manual/cmake-compile-features.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-compile-features.7.rst b/Help/manual/cmake-compile-features.7.rst index 634da10819..658694a9d4 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 |