summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorArnaud Gelas <arnaud.gelas@sensefly.com>2018-06-04 09:24:12 (GMT)
committerBrad King <brad.king@kitware.com>2018-06-04 14:48:02 (GMT)
commit9e27881bb180748b128ff42a67e7b68e368595a3 (patch)
tree09b8dd82974e0d57fcc06956538f952ae65c5119 /Help
parentf70da4ed836fa40572d2db393b4bf24a87ba3a87 (diff)
downloadCMake-9e27881bb180748b128ff42a67e7b68e368595a3.zip
CMake-9e27881bb180748b128ff42a67e7b68e368595a3.tar.gz
CMake-9e27881bb180748b128ff42a67e7b68e368595a3.tar.bz2
TI: Add support for C language standards
Set C90 and C99 compile options for TI compiler. Fixes: #18061
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-compile-features.7.rst1
-rw-r--r--Help/release/dev/ti-c-standard.rst6
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.