File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,10 @@ highest priority)
83
83
# The values of myprofile3 will have higher priority
84
84
$ conan install . -pr=myprofile1 -pr=myprofile2 -pr=myprofile3
85
85
86
+ .. note ::
87
+
88
+ Profiles are searched for in a variety of locations, :ref: `see here for more information <reference_config_files_profiles_using_profiles >`
89
+
86
90
If values for any of ``settings ``, ``options `` and ``conf `` are provided in the command line, they create a profile that
87
91
is composed with the other provided ``-pr `` (or the "default" one if not specified) profiles, with higher priority,
88
92
not matter what the order of arguments is.
Original file line number Diff line number Diff line change @@ -120,6 +120,11 @@ always used:
120
120
$ conan create . -pr=myprofile
121
121
122
122
123
+ .. _reference_config_files_profiles_using_profiles :
124
+
125
+ Using profiles
126
+ --------------
127
+
123
128
Profiles can be located in different folders:
124
129
125
130
.. code-block :: bash
You can’t perform that action at this time.
0 commit comments