diff options
author | Brad King <brad.king@kitware.com> | 2020-07-23 17:47:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-07-23 17:47:24 (GMT) |
commit | 2b60088d146a878c0d2b5a63b0cd9b10e606f270 (patch) | |
tree | f5aff43fb2e3d008da97637f150dcf6574c7c258 | |
parent | d421274e3e11a0e6480358faa8a8e5cf48d7b3c2 (diff) | |
download | CMake-2b60088d146a878c0d2b5a63b0cd9b10e606f270.zip CMake-2b60088d146a878c0d2b5a63b0cd9b10e606f270.tar.gz CMake-2b60088d146a878c0d2b5a63b0cd9b10e606f270.tar.bz2 |
Help: Update file(GET_RUNTIME_DEPENDENCIES) prose to match option names
-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 |