summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Gladitz <nilsgladitz@gmail.com>2014-10-31 14:40:16 (GMT)
committerBrad King <brad.king@kitware.com>2014-10-31 15:27:50 (GMT)
commit38825396f9746598bab0d11f2c0ee6fa9ea7566a (patch)
tree7a38ef71b059c2ca8837c99540e2d90a7e88e591
parent54ff77dc621a91302abad0ab38d9bd26de8914b9 (diff)
downloadCMake-38825396f9746598bab0d11f2c0ee6fa9ea7566a.zip
CMake-38825396f9746598bab0d11f2c0ee6fa9ea7566a.tar.gz
CMake-38825396f9746598bab0d11f2c0ee6fa9ea7566a.tar.bz2
Documentation: Fix minor typo thecommand -> the command
-rw-r--r--Help/command/add_library.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/add_library.rst b/Help/command/add_library.rst
index f86f3c5..203b503 100644
--- a/Help/command/add_library.rst
+++ b/Help/command/add_library.rst
@@ -35,7 +35,7 @@ variable :variable:`BUILD_SHARED_LIBS` is ``ON``. For ``SHARED`` and
property is set to ``ON`` automatically.
By default the library file will be created in the build tree directory
-corresponding to the source tree directory in which thecommand was
+corresponding to the source tree directory in which the command was
invoked. See documentation of the :prop_tgt:`ARCHIVE_OUTPUT_DIRECTORY`,
:prop_tgt:`LIBRARY_OUTPUT_DIRECTORY`, and
:prop_tgt:`RUNTIME_OUTPUT_DIRECTORY` target properties to change this