[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-699-g33bc5a0
Brad King
brad.king at kitware.com
Mon Nov 17 14:48: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 33bc5a0860a8e488f7efe6a891ce8e5161d9ac6f (commit)
via 1d22ee67aafc2fce51b469fd600a053b9a6e2bc4 (commit)
from 37745c881a2a6f3ffdfffdc0cfc5e079152692d6 (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=33bc5a0860a8e488f7efe6a891ce8e5161d9ac6f
commit 33bc5a0860a8e488f7efe6a891ce8e5161d9ac6f
Merge: 37745c8 1d22ee6
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 17 14:48:29 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 17 14:48:29 2014 -0500
Merge topic 'doc-target_include_directories-fixup' into next
1d22ee67 Help: target_include_directories does not allow target names
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1d22ee67aafc2fce51b469fd600a053b9a6e2bc4
commit 1d22ee67aafc2fce51b469fd600a053b9a6e2bc4
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 17 14:45:44 2014 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Nov 17 14:47:42 2014 -0500
Help: target_include_directories does not allow target names
Since commit v2.8.11~227^2~1 (Don't allow targets args in the new target
commands, 2013-01-29) the target_include_directories command does not
support target names on the right hand side, but that commit forgot to
remove it from the docs. It was never released with such support.
Update the command documentation now.
diff --git a/Help/command/target_include_directories.rst b/Help/command/target_include_directories.rst
index 581bace..fd433a8 100644
--- a/Help/command/target_include_directories.rst
+++ b/Help/command/target_include_directories.rst
@@ -9,8 +9,8 @@ Add include directories to a target.
<INTERFACE|PUBLIC|PRIVATE> [items1...]
[<INTERFACE|PUBLIC|PRIVATE> [items2...] ...])
-Specify include directories or targets to use when compiling a given
-target. The named ``<target>`` must have been created by a command such
+Specify include directories to use when compiling a given target.
+The named ``<target>`` must have been created by a command such
as :command:`add_executable` or :command:`add_library` and must not be an
:prop_tgt:`IMPORTED` target.
-----------------------------------------------------------------------
Summary of changes:
Help/command/target_include_directories.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list