[Cmake-commits] CMake branch, next, updated. v3.3.0-rc1-362-g61bf98d

Bill Hoffman bill.hoffman at kitware.com
Tue Jun 9 13:51:24 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  61bf98d1fa5b00a1769cf6dfa7ef2bc4723f0004 (commit)
       via  29ac20ebcffb58b610b6713fff6b9ea475a86842 (commit)
      from  6ad4ea7baa433296f82133898e6eaf45bd6cd08f (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=61bf98d1fa5b00a1769cf6dfa7ef2bc4723f0004
commit 61bf98d1fa5b00a1769cf6dfa7ef2bc4723f0004
Merge: 6ad4ea7 29ac20e
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Tue Jun 9 13:51:23 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 9 13:51:23 2015 -0400

    Merge topic 'compiler-launcher' into next
    
    29ac20eb Fix reference to cmake list.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=29ac20ebcffb58b610b6713fff6b9ea475a86842
commit 29ac20ebcffb58b610b6713fff6b9ea475a86842
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Tue Jun 9 13:50:57 2015 -0400
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Tue Jun 9 13:50:57 2015 -0400

    Fix reference to cmake list.

diff --git a/Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst b/Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst
index 3a59497..0fe0b31 100644
--- a/Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst
+++ b/Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst
@@ -3,10 +3,10 @@
 
 This property is implemented only when ``<LANG>`` is ``C`` or ``CXX``.
 
-Specify a :ref:`;-list containing a command line for a compiler launching tool.
-The :ref:`Makefile Generators` and the :generator:`Ninja` generator will
-run this tool and pass the compiler and its arguments to the tool. Some
-example tools are distcc and ccache.
+Specify a :ref:`;-list <CMake Language Lists>` containing a command line
+for a compiler launching tool. The :ref:`Makefile Generators` and the
+:generator:`Ninja` generator will run this tool and pass the compiler and
+its arguments to the tool. Some example tools are distcc and ccache.
 
 This property is initialized by the value of
 the :variable:`CMAKE_<LANG>_COMPILER_LAUNCHER` variable if it is set

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

Summary of changes:
 Help/prop_tgt/LANG_COMPILER_LAUNCHER.rst |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list