Commit 1071f8d
authored
Layer conan profile addons on top of base profile (#631)
CONAN_HOST_PROFILE is an ordered list where later profiles override
earlier ones. auto-cmake is the base host profile generated from the
CMake toolchain, and the clang/libstdc++ profile files are addons meant
to extend it. They were listed before auto-cmake, so the generated base
could override the addon settings. Put auto-cmake first so the custom
addon profiles apply on top of it as intended.1 parent 2344e34 commit 1071f8d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments