diff options
author | Brad King <brad.king@kitware.com> | 2020-09-22 11:48:17 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-09-22 11:48:24 (GMT) |
commit | 2c896c381ba1031b888b6896b89cf13ae5948889 (patch) | |
tree | a31be4bf212a261dd35f93850f0bcd6c1b5a4967 /Help/manual | |
parent | 966c3263c2febfb3ff6c46312606f309ee1ab833 (diff) | |
parent | 6a66bb13ed80398d908bc07a89589dae74069ef2 (diff) | |
download | CMake-2c896c381ba1031b888b6896b89cf13ae5948889.zip CMake-2c896c381ba1031b888b6896b89cf13ae5948889.tar.gz CMake-2c896c381ba1031b888b6896b89cf13ae5948889.tar.bz2 |
Merge topic 'comp-ti-std-options'
6a66bb13ed Compiler/TI: Add std options for C++14
fe9cddf181 Compiler/TI: Add std options for C++98
55fc045aa8 Compiler/TI: Add std options for C11
2e69993101 Compiler/TI: Check default C standard
8300030f71 Compiler/TI: Check compiler version for C99 support
0b4582f229 Compiler/TI: Fix definition of std options
a70df0d6f0 Compiler/TI: Avoid generic variable name in macro
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5249
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-compile-features.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-compile-features.7.rst b/Help/manual/cmake-compile-features.7.rst index 05dc038..690d293 100644 --- a/Help/manual/cmake-compile-features.7.rst +++ b/Help/manual/cmake-compile-features.7.rst @@ -358,6 +358,7 @@ versions specified for each: * ``Cray``: Cray Compiler Environment version 8.1+. * ``PGI``: PGI version 12.10+. +* ``TI``: Texas Instruments compiler. * ``XL``: IBM XL version 10.1+. CMake is currently aware of the :prop_tgt:`C standards <C_STANDARD>` and @@ -366,7 +367,6 @@ 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>` and their associated meta-features (e.g. ``cuda_std_11``) available from the |