File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
reference/conanfile/methods Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,9 @@ self.folders
3939 **self.folders.root **.
4040
4141- **self.folders.subproject ** (Defaulted to ``None ``): Specifies a subfolder where the
42- ``conanfile.py `` is relative to the project root. This is particularly useful for
43- :ref: `layouts with multiple subprojects<examples_conanfile_layout_multiple_subprojects> `
42+ project is contained relative to ``self.folders.root ``. This is particularly useful for
43+ :ref: `layouts with multiple subprojects<examples_conanfile_layout_multiple_subprojects> `.
44+ Most of the layout (e.g. source and build folder) is relocated inside this folder.
4445
4546- **self.folders.build_folder_vars ** (Defaulted to ``None ``): Use settings, options and/or
4647 ``self.name `` and ``self.version `` to produce a different build folder and different CMake presets names.
You can’t perform that action at this time.
0 commit comments