diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-06-23 21:20:33 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-06-23 21:20:50 (GMT) |
commit | 3f58967887ad3a6d7b76bd9b0e9e74b631d2bd68 (patch) | |
tree | 4545458b0c68a67a346aa4676585541d6654634f /Help/manual | |
parent | 4b7e9cabc2fceaf4e027c252a98a65c3ad5f26ac (diff) | |
parent | 82956270ed60787015089e8fc624bc979f9ddf09 (diff) | |
download | CMake-3f58967887ad3a6d7b76bd9b0e9e74b631d2bd68.zip CMake-3f58967887ad3a6d7b76bd9b0e9e74b631d2bd68.tar.gz CMake-3f58967887ad3a6d7b76bd9b0e9e74b631d2bd68.tar.bz2 |
Merge topic 'cmake-buildsystem-manual-typo'
82956270ed Help: Fix typo in cmake-buildsystem(7) manual
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2163
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-buildsystem.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst index 49375e9..dd7934a 100644 --- a/Help/manual/cmake-buildsystem.7.rst +++ b/Help/manual/cmake-buildsystem.7.rst @@ -784,7 +784,7 @@ A *library* output artifact of a buildsystem target may be: with the ``MODULE`` option. * On non-DLL platforms: the shared library file (e.g. ``.so`` or ``.dylib``) - of a shared shared library target created by the :command:`add_library` + of a shared library target created by the :command:`add_library` command with the ``SHARED`` option. The :prop_tgt:`LIBRARY_OUTPUT_DIRECTORY` and :prop_tgt:`LIBRARY_OUTPUT_NAME` |