export-find_dependency-calls.rst 738 B

1234567891011121314
  1. export-find_dependency-calls
  2. ----------------------------
  3. * :command:`install(EXPORT)` and :command:`export(EXPORT)` learned a new
  4. ``EXPORT_PACKAGE_DEPENDENCIES`` argument, which can be used to generate
  5. :command:`find_dependency` calls based on what targets the exported targets
  6. depend on.
  7. * A new :command:`export(SETUP)` signature was created to configure export
  8. sets. This can be used to configure how :command:`find_dependency` calls are
  9. exported.
  10. * A new :prop_tgt:`EXPORT_FIND_PACKAGE_NAME` target property was created to
  11. allow targets to specify what package name to pass when exporting
  12. :command:`find_dependency` calls. This property is initialized with a new
  13. :variable:`CMAKE_EXPORT_FIND_PACKAGE_NAME` variable.