[Cmake-commits] CMake branch, master, updated. v3.10.0-rc4-203-g1fc31f2

Kitware Robot kwrobot at kitware.com
Thu Nov 2 16:35:15 EDT 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, master has been updated
       via  1fc31f2f432ea8d0108e9c7d9662b05c391e84d1 (commit)
       via  e26015347a6ae0185ae49b17efa40e6d4731ef16 (commit)
      from  817331aae8c9f166baa7ada5e015dcb5442c0038 (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=1fc31f2f432ea8d0108e9c7d9662b05c391e84d1
commit 1fc31f2f432ea8d0108e9c7d9662b05c391e84d1
Merge: 817331a e260153
Author:     Craig Scott <craig.scott at crascit.com>
AuthorDate: Thu Nov 2 20:31:34 2017 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Thu Nov 2 16:32:05 2017 -0400

    Merge topic 'cross_link_CheckLanguage_enable_language'
    
    e2601534 Help: enable_language now documents the CheckLanguage module
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !1434


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e26015347a6ae0185ae49b17efa40e6d4731ef16
commit e26015347a6ae0185ae49b17efa40e6d4731ef16
Author:     Robert Maynard <robert.maynard at kitware.com>
AuthorDate: Tue Oct 31 14:18:22 2017 -0400
Commit:     Robert Maynard <robert.maynard at kitware.com>
CommitDate: Tue Oct 31 19:15:49 2017 -0400

    Help: enable_language now documents the CheckLanguage module
    
    Resolves #17409

diff --git a/Help/command/enable_language.rst b/Help/command/enable_language.rst
index 4445561..871ac4e 100644
--- a/Help/command/enable_language.rst
+++ b/Help/command/enable_language.rst
@@ -19,4 +19,5 @@ indirectly through link dependencies.  It is simplest to enable all
 needed languages in the top-level directory of a project.
 
 The ``OPTIONAL`` keyword is a placeholder for future implementation and
-does not currently work.
+does not currently work. Instead you can use the :module:`CheckLanguage`
+module to verify support before enabling.

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

Summary of changes:
 Help/command/enable_language.rst |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list