[Cmake-commits] CMake branch, next, updated. v3.3.0-rc2-585-g58684af

Brad King brad.king at kitware.com
Mon Jun 22 09:04:03 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  58684af31446487f352a22120a8ce3de2cd935fe (commit)
       via  17c5152170992e84d95a25df37d0aec7949f54c5 (commit)
      from  108dbdef5770dbf289c93d17c95834f104033744 (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=58684af31446487f352a22120a8ce3de2cd935fe
commit 58684af31446487f352a22120a8ce3de2cd935fe
Merge: 108dbde 17c5152
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 22 09:04:02 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 22 09:04:02 2015 -0400

    Merge topic 'doc-cmake-buildsystem-typo' into next
    
    17c51521 Help: Fix a typo in cmake-buildsystem(7) manual


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=17c5152170992e84d95a25df37d0aec7949f54c5
commit 17c5152170992e84d95a25df37d0aec7949f54c5
Author:     Erik Sjölund <erik.sjolund at gmail.com>
AuthorDate: Sat Jun 20 08:42:07 2015 +0200
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Jun 22 09:02:55 2015 -0400

    Help: Fix a typo in cmake-buildsystem(7) manual
    
    Add the property name INTERFACE_INCLUDE_DIRECTORIES that was missing
    from a set_property command.

diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst
index c456590..aefdb71 100644
--- a/Help/manual/cmake-buildsystem.7.rst
+++ b/Help/manual/cmake-buildsystem.7.rst
@@ -632,7 +632,7 @@ may be enabled, with an equivalent effect to:
 
 .. code-block:: cmake
 
-  set_property(TARGET tgt APPEND PROPERTY
+  set_property(TARGET tgt APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
     $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR};${CMAKE_CURRENT_BINARY_DIR}>
   )
 

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list