diff options
author | Brad King <brad.king@kitware.com> | 2019-10-31 13:09:50 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-10-31 13:10:23 (GMT) |
commit | e5b90743e6bb169bd4bd6b1b8672f3cf3091d6e8 (patch) | |
tree | bb190d2015171ab2a51736ed0aaf1e94ff1d4824 | |
parent | 6f15cea15ef510274fb062742744f23550260d01 (diff) | |
parent | e0412a0e0b9eb650d41be3e730ca19e2ae9c5422 (diff) | |
download | CMake-e5b90743e6bb169bd4bd6b1b8672f3cf3091d6e8.zip CMake-e5b90743e6bb169bd4bd6b1b8672f3cf3091d6e8.tar.gz CMake-e5b90743e6bb169bd4bd6b1b8672f3cf3091d6e8.tar.bz2 |
Merge topic 'help-file-spelling-error'
e0412a0e0b Help: Fix spelling error in file(GET_RUNTIME_DEPENDENCIES) docs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3964
-rw-r--r-- | Help/command/file.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst index c06451a..83e4516 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -138,7 +138,7 @@ the ``<format>`` and ``UTC`` options. file(GET_RUNTIME_DEPENDENCIES [RESOLVED_DEPENDENCIES_VAR <deps_var>] [UNRESOLVED_DEPENDENCIES_VAR <unresolved_deps_var>] - [CONFLICTING_DEPENDENICES_PREFIX <conflicting_deps_prefix>] + [CONFLICTING_DEPENDENCIES_PREFIX <conflicting_deps_prefix>] [EXECUTABLES [<executable_files>...]] [LIBRARIES [<library_files>...]] [MODULES [<module_files>...]] |