diff options
author | Brad King <brad.king@kitware.com> | 2014-11-17 20:15:56 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-11-17 20:15:56 (GMT) |
commit | d903f7ce910879ad5439d642488e508aafd4b049 (patch) | |
tree | 144381d110e95a3727415597c83fcd7fe76047ff /Help | |
parent | 3609fceee75b4f3751a702ac0a7f21e5cbd67a0a (diff) | |
parent | 1d22ee67aafc2fce51b469fd600a053b9a6e2bc4 (diff) | |
download | CMake-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.rst | 4 |
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. |