[Cmake-commits] CMake branch, next, updated. v3.3.1-3002-gfeeb443

Stephen Kelly steveire at gmail.com
Wed Sep 16 15:14:43 EDT 2015


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  feeb443eb738676b104d04982cbc5d6e1d0e149e (commit)
       via  4f048bd7148be8d85752026f781f8f5599b68c35 (commit)
      from  b5743ddb3fe4426b6cc6704314b69102f1f7e0eb (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=feeb443eb738676b104d04982cbc5d6e1d0e149e
commit feeb443eb738676b104d04982cbc5d6e1d0e149e
Merge: b5743dd 4f048bd
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Sep 16 15:14:40 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Sep 16 15:14:40 2015 -0400

    Merge topic 'compute-default-dialect' into next
    
    4f048bd7 fixup! Project: Determine default language dialect for the compiler.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4f048bd7148be8d85752026f781f8f5599b68c35
commit 4f048bd7148be8d85752026f781f8f5599b68c35
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Sep 16 21:14:16 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Sep 16 21:14:16 2015 +0200

    fixup! Project: Determine default language dialect for the compiler.

diff --git a/Help/manual/cmake-developer.7.rst b/Help/manual/cmake-developer.7.rst
index 90a081d..a335384 100644
--- a/Help/manual/cmake-developer.7.rst
+++ b/Help/manual/cmake-developer.7.rst
@@ -52,9 +52,9 @@ When adding the first supported feature to a particular CompilerId, it is
 necessary to list support for all features known to cmake (See
 :variable:`CMAKE_C_COMPILE_FEATURES` and
 :variable:`CMAKE_CXX_COMPILE_FEATURES` as appropriate), where available for
-the compiler.  Furthermore, set ``CMAKE_<LANG>_STANDARD_DEFAULT`` to the
-default language standard level the compiler uses, or to the empty string
-if the compiler has no notion of standard levels (such as ``MSVC``).
+the compiler.  Ensure that the ``CMAKE_<LANG>_STANDARD_DEFAULT`` is set to
+the computed internal variable ``CMAKE_<LANG>_STANDARD_COMPUTED_DEFAULT``
+for compiler versions which should be supported.
 
 It is sensible to record the features for the most recent version of a
 particular CompilerId first, and then work backwards.  It is sensible to

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

Summary of changes:
 Help/manual/cmake-developer.7.rst |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list