mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
GetPrerequisites has now been superceded by file(GET_RUNTIME_DEPENDENCIES), so add a deprecation notice stating such.
10 lines
451 B
ReStructuredText
10 lines
451 B
ReStructuredText
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)`.
|