diff options
author | Brad King <brad.king@kitware.com> | 2019-10-04 15:00:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-10-04 15:00:00 (GMT) |
commit | 9c9a6e6023013ababfcc59ca9931c78c0512df1c (patch) | |
tree | 312090a1e1fa9ae1237e9d67dfb7e0eb2df2991e /Help/release/dev/get-runtime-dependencies.rst | |
parent | 395e5f77fcd900b4a7a48eaa2da2e3554b694cf1 (diff) | |
download | CMake-9c9a6e6023013ababfcc59ca9931c78c0512df1c.zip CMake-9c9a6e6023013ababfcc59ca9931c78c0512df1c.tar.gz CMake-9c9a6e6023013ababfcc59ca9931c78c0512df1c.tar.bz2 |
Help: Consolidate 3.16 release notes
Run the `Utilities/Release/consolidate-relnotes.bash` script to move
notes from `Help/release/dev/*` into `Help/release/3.16.rst`.
Diffstat (limited to 'Help/release/dev/get-runtime-dependencies.rst')
-rw-r--r-- | Help/release/dev/get-runtime-dependencies.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Help/release/dev/get-runtime-dependencies.rst b/Help/release/dev/get-runtime-dependencies.rst deleted file mode 100644 index b9dc6e6..0000000 --- a/Help/release/dev/get-runtime-dependencies.rst +++ /dev/null @@ -1,9 +0,0 @@ -get-runtime-dependencies ------------------------- - -* The :command:`file` command learned a new sub-command, - ``GET_RUNTIME_DEPENDENCIES``, which allows you to recursively get the list of - libraries linked by an executable or library. This sub-command is intended as - a replacement for :module:`GetPrerequisites`. -* The :module:`GetPrerequisites` module has been deprecated, as it has been - superceded by :command:`file(GET_RUNTIME_DEPENDENCIES)`. |