1CMP0033
2-------
3
4The :command:`export_library_dependencies` command should not be called.
5
6This command was added in January 2003 to export ``<tgt>_LIB_DEPENDS``
7internal CMake cache entries to a file for installation with a project.
8This was used at the time to allow transitive link dependencies to
9work for applications outside of the original build tree of a project.
10The functionality has been superseded by the :command:`export` and
11:command:`install(EXPORT)` commands.
12
13.. |disallowed_version| replace:: 3.0
14.. include:: DISALLOWED_COMMAND.txt
15
16.. include:: DEPRECATED.txt
17