[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-826-g5f30c95
Brad King
brad.king at kitware.com
Tue Nov 25 10:00:30 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 5f30c95edfb4f761c82d97b885528aa17107665d (commit)
via 2d680153c09c3a59346adffa30ee20b284abb3bc (commit)
from 2dd8cc44832ee6a3eec230c9cd15eb12a47443a7 (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=5f30c95edfb4f761c82d97b885528aa17107665d
commit 5f30c95edfb4f761c82d97b885528aa17107665d
Merge: 2dd8cc4 2d68015
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 25 10:00:29 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 25 10:00:29 2014 -0500
Merge topic 'improve-INTERFACE-property-docs' into next
2d680153 Help: Fix typo in INTERFACE_LINK_LIBRARIES_WARNING.txt
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2d680153c09c3a59346adffa30ee20b284abb3bc
commit 2d680153c09c3a59346adffa30ee20b284abb3bc
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 25 10:00:15 2014 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 25 10:00:15 2014 -0500
Help: Fix typo in INTERFACE_LINK_LIBRARIES_WARNING.txt
diff --git a/Help/include/INTERFACE_LINK_LIBRARIES_WARNING.txt b/Help/include/INTERFACE_LINK_LIBRARIES_WARNING.txt
index 9578a69..ceefa4d 100644
--- a/Help/include/INTERFACE_LINK_LIBRARIES_WARNING.txt
+++ b/Help/include/INTERFACE_LINK_LIBRARIES_WARNING.txt
@@ -10,7 +10,7 @@ generate :manual:`cmake-packages(7)`:
.. code-block:: cmake
target_link_libraries(mylib INTERFACE
- ${Boost_LIBRARIES};${OtherDep_LIBRARIES}>
+ ${Boost_LIBRARIES};${OtherDep_LIBRARIES}
)
Dependencies must provide their own :ref:`IMPORTED targets <Imported Targets>`
-----------------------------------------------------------------------
Summary of changes:
Help/include/INTERFACE_LINK_LIBRARIES_WARNING.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list