summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-11-17 20:15:56 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-11-17 20:15:56 (GMT)
commitd903f7ce910879ad5439d642488e508aafd4b049 (patch)
tree144381d110e95a3727415597c83fcd7fe76047ff /Help
parent3609fceee75b4f3751a702ac0a7f21e5cbd67a0a (diff)
parent1d22ee67aafc2fce51b469fd600a053b9a6e2bc4 (diff)
downloadCMake-d903f7ce910879ad5439d642488e508aafd4b049.zip
CMake-d903f7ce910879ad5439d642488e508aafd4b049.tar.gz
CMake-d903f7ce910879ad5439d642488e508aafd4b049.tar.bz2
Merge topic 'doc-target_include_directories-fixup'
1d22ee67 Help: target_include_directories does not allow target names
Diffstat (limited to 'Help')
-rw-r--r--Help/command/target_include_directories.rst4
1 files changed, 2 insertions, 2 deletions
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.