[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-1034-gf9daafc

Brad King brad.king at kitware.com
Wed Dec 3 09:12:58 EST 2014


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  f9daafc39eda5f9e48ec310e902e21f508b03e00 (commit)
       via  37d684bd672dcf4b38dfd46d1b90c7d5bb843065 (commit)
      from  890288592800ea037c0e176329a02492db4df226 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f9daafc39eda5f9e48ec310e902e21f508b03e00
commit f9daafc39eda5f9e48ec310e902e21f508b03e00
Merge: 8902885 37d684b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Dec 3 09:12:57 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Dec 3 09:12:57 2014 -0500

    Merge topic 'doc-CMAKE_CXX_KNOWN_FEATURES-typo' into next
    
    37d684bd Help: Fix typo in CMAKE_CXX_KNOWN_FEATURES docs


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=37d684bd672dcf4b38dfd46d1b90c7d5bb843065
commit 37d684bd672dcf4b38dfd46d1b90c7d5bb843065
Author:     David Demelier <demelier.david at gmail.com>
AuthorDate: Wed Dec 3 10:28:30 2014 +0100
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Dec 3 09:12:17 2014 -0500

    Help: Fix typo in CMAKE_CXX_KNOWN_FEATURES docs
    
    Typo "ss defined" => "as defined".

diff --git a/Help/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.rst b/Help/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.rst
index bdeabdb..e24822c 100644
--- a/Help/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.rst
+++ b/Help/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.rst
@@ -145,7 +145,7 @@ The features known to this version of CMake are:
   .. _N2672: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2672.htm
 
 ``cxx_generic_lambdas``
-  Generic lambdas, ss defined in N3649_.
+  Generic lambdas, as defined in N3649_.
 
   .. _N3649: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3649.html
 

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

Summary of changes:
 Help/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list