We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10e5e66 + e7f0f77 commit 6d57ef1Copy full SHA for 6d57ef1
examples/conanfile/package_info/components.rst
@@ -116,6 +116,10 @@ There are a couple of relevant things:
116
tutorial we will set the component target names just with the component names omitting
117
the ``::``.
118
119
+- When ``cpp_info`` has global build information (e.g. ``cpp_info.defines``), it does not inherit
120
+ to the components. If you want to share this information with the components, you need to set it
121
+ explicitly for each component.
122
+
123
You can have a look at the consumer part by checking the *test_package* folder. First the
124
*conanfile.py*:
125
0 commit comments