[Cmake-commits] CMake branch, next, updated. v3.7.2-2499-g7c27b23

Brad King brad.king at kitware.com
Thu Feb 2 08:46:28 EST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  7c27b23602b62c9cb0b158bbcfc485ce9e30d7fc (commit)
       via  be3727bf92a416a68f5946d2915d745c0f96740f (commit)
      from  adb33f13eb844bb4412e76a113438727bc4ccd81 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7c27b23602b62c9cb0b158bbcfc485ce9e30d7fc
commit 7c27b23602b62c9cb0b158bbcfc485ce9e30d7fc
Merge: adb33f1 be3727b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 2 08:46:25 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 2 08:46:25 2017 -0500

    Merge topic 'doc-compile-features-fixup' into next
    
    be3727bf Help: Fix language standard link text in cmake-compile-features(7)


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=be3727bf92a416a68f5946d2915d745c0f96740f
commit be3727bf92a416a68f5946d2915d745c0f96740f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 2 08:43:58 2017 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Feb 2 08:43:58 2017 -0500

    Help: Fix language standard link text in cmake-compile-features(7)
    
    Include each language name in the text of the link to its standards
    property.

diff --git a/Help/manual/cmake-compile-features.7.rst b/Help/manual/cmake-compile-features.7.rst
index d641856..4f48ad9 100644
--- a/Help/manual/cmake-compile-features.7.rst
+++ b/Help/manual/cmake-compile-features.7.rst
@@ -326,7 +326,7 @@ the feature-appropriate include directory
 Supported Compilers
 ===================
 
-CMake is currently aware of the :prop_tgt:`language standards <CXX_STANDARD>`
+CMake is currently aware of the :prop_tgt:`C++ standards <CXX_STANDARD>`
 and :prop_gbl:`compile features <CMAKE_CXX_KNOWN_FEATURES>` available from
 the following :variable:`compiler ids <CMAKE_<LANG>_COMPILER_ID>` as of the
 versions specified for each:
@@ -338,7 +338,7 @@ versions specified for each:
 * ``SunPro``: Oracle SolarisStudio version 12.4.
 * ``Intel``: Intel compiler versions 12.1 through 17.0.
 
-CMake is currently aware of the :prop_tgt:`language standards <CUDA_STANDARD>`
+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
 versions specified for each:
 

-----------------------------------------------------------------------

Summary of changes:
 Help/manual/cmake-compile-features.7.rst |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list