diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2019-10-30 16:05:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-10-30 17:49:54 (GMT) |
commit | e0412a0e0b9eb650d41be3e730ca19e2ae9c5422 (patch) | |
tree | 4038345a084ee2b48cedd10cd7503d2b3799ec0d /Help | |
parent | 92780281c2e8a46223b262b152caa9c8329373b1 (diff) | |
download | CMake-e0412a0e0b9eb650d41be3e730ca19e2ae9c5422.zip CMake-e0412a0e0b9eb650d41be3e730ca19e2ae9c5422.tar.gz CMake-e0412a0e0b9eb650d41be3e730ca19e2ae9c5422.tar.bz2 |
Help: Fix spelling error in file(GET_RUNTIME_DEPENDENCIES) docs
Diffstat (limited to 'Help')
-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>...]] |