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:52 (GMT) |
commit | 16327086f020e5a2f4267e327e27b50b73e131ca (patch) | |
tree | 8040afff3ba0cc06a407bf646c7780dfbc98420e | |
parent | 4b1c6f908ff392a74ccea16d55e562224896306d (diff) | |
parent | 2b60088d146a878c0d2b5a63b0cd9b10e606f270 (diff) | |
download | CMake-16327086f020e5a2f4267e327e27b50b73e131ca.zip CMake-16327086f020e5a2f4267e327e27b50b73e131ca.tar.gz CMake-16327086f020e5a2f4267e327e27b50b73e131ca.tar.bz2 |
Merge topic 'file-GET_RUNTIME_DEPENDENCIES-terms' into release-3.18
2b60088d14 Help: Update file(GET_RUNTIME_DEPENDENCIES) prose to match option names
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5053
-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 |