Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/extensions/custom_generators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,5 @@ inject the generator into the recipe.

Note that built-in generators can also be injected using tool_requires,
by adding them by name: ``self.generator_info.append("CMakeDeps")``.
``tool_require``ing this package will inject the ``CMakeDeps`` generator into the recipe
``tool_require``'ing this package will inject the ``CMakeDeps`` generator into the recipe
just as if it was declared in its ``generators`` attribute.