We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aedf1a commit c920865Copy full SHA for c920865
reference/extensions/custom_generators.rst
@@ -142,5 +142,5 @@ inject the generator into the recipe.
142
143
Note that built-in generators can also be injected using tool_requires,
144
by adding them by name: ``self.generator_info.append("CMakeDeps")``.
145
- ``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
146
just as if it was declared in its ``generators`` attribute.
0 commit comments