CMP0033.rst 643 B

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