diff options
author | Brad King <brad.king@kitware.com> | 2015-01-26 14:13:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-01-26 14:15:00 (GMT) |
commit | c7310917e6b5efa6ef867ef5cabc5b5649d97b67 (patch) | |
tree | 7b9d86a4297c6a81abf89c21d0e12a7d14ae2267 /Help/manual | |
parent | 57622bd19d3fd013038d34f497b106a7e2bfd26d (diff) | |
download | CMake-c7310917e6b5efa6ef867ef5cabc5b5649d97b67.zip CMake-c7310917e6b5efa6ef867ef5cabc5b5649d97b67.tar.gz CMake-c7310917e6b5efa6ef867ef5cabc5b5649d97b67.tar.bz2 |
Help: Clarify status of link_libraries command
The command has been documented as 'deprecated', but it is not really
slated for removal and can still be used. Clarify this in the
documentation. While at it, revise the documentation to use wording
more consistent with that now in target_link_libraries.
Suggested-by: Christoph GrĂ¼ninger <foss@grueninger.de>
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-commands.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-commands.7.rst b/Help/manual/cmake-commands.7.rst index 9c1d3b9..14871f2 100644 --- a/Help/manual/cmake-commands.7.rst +++ b/Help/manual/cmake-commands.7.rst @@ -67,6 +67,7 @@ These commands may be used freely in CMake projects. /command/include /command/install /command/link_directories + /command/link_libraries /command/list /command/load_cache /command/load_command @@ -117,7 +118,6 @@ versions of CMake. Do not use them in new code. /command/install_files /command/install_programs /command/install_targets - /command/link_libraries /command/make_directory /command/output_required_files /command/remove |