summaryrefslogtreecommitdiff
path: root/Help/manual
diff options
context:
space:
mode:
authorJoan Massich <sik@visor.udg.edu>2018-06-22 11:26:59 +0200
committerJoan Massich <sik@visor.udg.edu>2018-06-22 11:26:59 +0200
commit82956270ed60787015089e8fc624bc979f9ddf09 (patch)
treef4d5ab8ba735c10876e8cdfa577eb3ad8da0904d /Help/manual
parent0375d73270483611bdf9ce005f16fd7e14e815fe (diff)
downloadcmake-82956270ed60787015089e8fc624bc979f9ddf09.tar.gz
Help: Fix typo in cmake-buildsystem(7) manual
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-buildsystem.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst
index 49375e903a..dd7934a70f 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`