[Cmake-commits] CMake branch, next, updated. v3.2.2-2978-gb5a2ad0

Brad King brad.king at kitware.com
Tue May 19 14:23:12 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  b5a2ad0f4858268af2e35baf3a10e830aebb80c0 (commit)
       via  7412d100a219c0289ccdbfb827cd13fd33044d2c (commit)
      from  d4c2b34364c34552df0f2255460b60cb1e73fb16 (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=b5a2ad0f4858268af2e35baf3a10e830aebb80c0
commit b5a2ad0f4858268af2e35baf3a10e830aebb80c0
Merge: d4c2b34 7412d10
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 19 14:23:11 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 19 14:23:11 2015 -0400

    Merge topic 'doc-cmake-buildsystem-typo' into next
    
    7412d100 Help: Fix typo in cmake-buildsystem(7) manual


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7412d100a219c0289ccdbfb827cd13fd33044d2c
commit 7412d100a219c0289ccdbfb827cd13fd33044d2c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 19 13:24:11 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue May 19 13:24:11 2015 -0400

    Help: Fix typo in cmake-buildsystem(7) manual

diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst
index c8525c2..c456590 100644
--- a/Help/manual/cmake-buildsystem.7.rst
+++ b/Help/manual/cmake-buildsystem.7.rst
@@ -886,9 +886,9 @@ It may specify usage requirements such as
 :prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES`,
 :prop_tgt:`INTERFACE_COMPILE_DEFINITIONS`,
 :prop_tgt:`INTERFACE_COMPILE_OPTIONS`,
-:prop_tgt:`INTERFACE_LINK_LIBRARIES`, and
+:prop_tgt:`INTERFACE_LINK_LIBRARIES`,
 :prop_tgt:`INTERFACE_SOURCES`,
-:prop_tgt:`INTERFACE_POSITION_INDEPENDENT_CODE`.
+and :prop_tgt:`INTERFACE_POSITION_INDEPENDENT_CODE`.
 Only the ``INTERFACE`` modes of the :command:`target_include_directories`,
 :command:`target_compile_definitions`, :command:`target_compile_options`,
 :command:`target_sources`, and :command:`target_link_libraries` commands

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list