dependency-providers.rst 483 B

123456789
  1. dependency-providers
  2. --------------------
  3. * The :command:`cmake_language` command gained a new
  4. ``SET_DEPENDENCY_PROVIDER`` sub-command. When a dependency provider is set,
  5. calls to :command:`find_package` and :command:`FetchContent_MakeAvailable`
  6. can be redirected through a custom command, which can choose to fulfill the
  7. request directly, modify how the request is processed, or leave it to be
  8. fulfilled by the built-in implementation. See :ref:`dependency_providers`.