diff options
author | Brad King <brad.king@kitware.com> | 2014-10-31 15:35:02 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-10-31 15:35:02 (GMT) |
commit | 81441f328b8f09784afdccebab2e134b1de16919 (patch) | |
tree | fc5dd56729778c4202a7ce7bbbbe674f29d8085b | |
parent | 163868b311158618184a98560ad8cffe3a1a9164 (diff) | |
parent | 38825396f9746598bab0d11f2c0ee6fa9ea7566a (diff) | |
download | CMake-81441f328b8f09784afdccebab2e134b1de16919.zip CMake-81441f328b8f09784afdccebab2e134b1de16919.tar.gz CMake-81441f328b8f09784afdccebab2e134b1de16919.tar.bz2 |
Merge topic 'doc-add_library-typo'
38825396 Documentation: Fix minor typo thecommand -> the command
-rw-r--r-- | Help/command/add_library.rst | 2 |
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 |