You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/conanfile/methods/package_info.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,8 @@ Directories:
70
70
- **builddirs**: List of relative paths (starting from package root) of directories that can contain build scripts that could be used by the consumers. Empty by default.
71
71
- **frameworkdirs**: List of relative paths (starting from the package root), of directories containing OSX frameworks.
72
72
73
+
There is one exception that would allow using absolute paths in ``self.cpp_info.xxxxdirs`` fields: for recipes that serve as a "wrapper" of a library installed in the system, but not by Conan. See the :ref:`example of a recipe wrapping a library installed in the system<examples_tools_system_package_manager_wrapper>`.
74
+
73
75
Flags:
74
76
75
77
- **defines**: Ordered list of preprocessor directives. It is common that the consumers have to specify some sort of defines in some cases,
0 commit comments