[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-798-ge97304b

Stephen Kelly steveire at gmail.com
Sat Nov 22 15:25:59 EST 2014


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  e97304b17147f6be630de6a228cd9b2c4ae83c4a (commit)
       via  53d0067a5ff6e4f50ce5f165c120e07f3966b878 (commit)
      from  ec52c467b144c15a046dd90c2bad27b4446b50fc (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=e97304b17147f6be630de6a228cd9b2c4ae83c4a
commit e97304b17147f6be630de6a228cd9b2c4ae83c4a
Merge: ec52c46 53d0067
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Nov 22 15:25:59 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Nov 22 15:25:59 2014 -0500

    Merge topic 'improve-INTERFACE-property-docs' into next
    
    53d0067a Fix think-o.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=53d0067a5ff6e4f50ce5f165c120e07f3966b878
commit 53d0067a5ff6e4f50ce5f165c120e07f3966b878
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Nov 22 21:25:40 2014 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Nov 22 21:25:40 2014 +0100

    Fix think-o.

diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst
index 64bf605..002f2c2 100644
--- a/Help/manual/cmake-buildsystem.7.rst
+++ b/Help/manual/cmake-buildsystem.7.rst
@@ -270,7 +270,7 @@ be specified in the order ``lib3`` ``lib1`` ``lib2``:
 
   target_link_libraries(myExe lib1 lib2 lib3)
   target_include_directories(myExe
-    PRIVATE $<TARGET_PROPERTY:INTERFACE_INCLUDE_DIRECTORIES,lib3>)
+    PRIVATE $<TARGET_PROPERTY:lib3,INTERFACE_INCLUDE_DIRECTORIES>)
 
 Note that care must be taken when specifying usage requirements for targets
 which will be exported for installation using the :command:`install(EXPORT)`

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

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