diff options
author | Brad King <brad.king@kitware.com> | 2017-06-15 14:08:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-06-15 14:08:59 (GMT) |
commit | 69d50a7edb069dc872fbf3d9b2ada258889f8681 (patch) | |
tree | 1fc68f14bd7dcf8934daf94e5451d7fc8f013028 /Help/manual | |
parent | 28756437f21c4bce40fe15c214ae22a5625673ff (diff) | |
download | CMake-69d50a7edb069dc872fbf3d9b2ada258889f8681.zip CMake-69d50a7edb069dc872fbf3d9b2ada258889f8681.tar.gz CMake-69d50a7edb069dc872fbf3d9b2ada258889f8681.tar.bz2 |
Help: Fix typo in Cray/PGI/XL compile features docs
Reported-by: Rolf Eike Beer <eike@sf-mail.de>
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-compile-features.7.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/cmake-compile-features.7.rst b/Help/manual/cmake-compile-features.7.rst index cfb1b78..6304ac1 100644 --- a/Help/manual/cmake-compile-features.7.rst +++ b/Help/manual/cmake-compile-features.7.rst @@ -347,7 +347,7 @@ versions specified for each: * ``GNU``: GNU compiler versions 3.4 through 5.0. CMake is currently aware of the :prop_tgt:`C++ standards <CXX_STANDARD>` and -thier associated meta-features (e.g. ``cxx_std_11``) available from the +their associated meta-features (e.g. ``cxx_std_11``) available from the following :variable:`compiler ids <CMAKE_<LANG>_COMPILER_ID>` as of the versions specified for each: @@ -356,7 +356,7 @@ versions specified for each: * ``XL``: IBM XL version 10.1 through 13.1.5. CMake is currently aware of the :prop_tgt:`C standards <C_STANDARD>` and -thier associated meta-features (e.g. ``c_std_99``) available from the +their associated meta-features (e.g. ``c_std_99``) available from the following :variable:`compiler ids <CMAKE_<LANG>_COMPILER_ID>` as of the versions specified for each: |