diff options
author | Brad King <brad.king@kitware.com> | 2020-07-23 18:11:47 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-07-23 18:11:53 (GMT) |
commit | 2cb664fd77312074098f10f2191bceddb6cf36d4 (patch) | |
tree | 6875c06682008036e06b11bf19a1019fc65806a7 /Help | |
parent | 9d9a6a85329c89341355fb6928f9f8798ee4f220 (diff) | |
parent | 2b60088d146a878c0d2b5a63b0cd9b10e606f270 (diff) | |
download | CMake-2cb664fd77312074098f10f2191bceddb6cf36d4.zip CMake-2cb664fd77312074098f10f2191bceddb6cf36d4.tar.gz CMake-2cb664fd77312074098f10f2191bceddb6cf36d4.tar.bz2 |
Merge topic 'file-GET_RUNTIME_DEPENDENCIES-terms'
2b60088d14 Help: Update file(GET_RUNTIME_DEPENDENCIES) prose to match option names
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5053
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/file.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst index e7bc8d2..693c059 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -250,8 +250,8 @@ be resolved. See below for a full description of how they work. List of post-exclude regexes through which to filter the names of resolved dependencies. -These arguments can be used to blacklist unwanted system libraries when -resolving the dependencies, or to whitelist libraries from a specific +These arguments can be used to exclude unwanted system libraries when +resolving the dependencies, or to include libraries from a specific directory. The filtering works as follows: 1. If the not-yet-resolved dependency matches any of the |