CMP0033.rst 580 B

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