Merge branch 'revert-subdirectory-linking' into release-3.12

Merge-request: !2191
This commit is contained in:
Brad King
2018-07-03 11:26:19 -04:00
18 changed files with 10 additions and 107 deletions

View File

@@ -18,7 +18,7 @@ All of them have the general form::
target_link_libraries(<target> ... <item>... ...)
The named ``<target>`` must have been created by
The named ``<target>`` must have been created in the current directory by
a command such as :command:`add_executable` or :command:`add_library` and
must not be an :ref:`ALIAS target <Alias Targets>`.
Repeated calls for the same ``<target>`` append items in the order called.