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
39
39
**self.folders.root **.
40
40
41
41
- **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.
44
45
45
46
- **self.folders.build_folder_vars ** (Defaulted to ``None ``): Use settings, options and/or
46
47
``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