Skip to content

Commit db922a4

Browse files
authored
Add mcf threading model for GCC on Windows to the default_settings (#17704)
default_settings: adding mcf threading model to GCC on Windows Since the introduction of the mingw-builds/13.2.0 with conan-io/conan-center-index#23481 PR, GCC now support an additional threading model which is called mcf. But this settings is missing from the default configuration
1 parent 71e035f commit db922a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conan/internal/default_settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"13", "13.1", "13.2", "13.3",
114114
"14", "14.1", "14.2"]
115115
libcxx: [libstdc++, libstdc++11]
116-
threads: [null, posix, win32] # Windows MinGW
116+
threads: [null, posix, win32, mcf] # Windows MinGW
117117
exception: [null, dwarf2, sjlj, seh] # Windows MinGW
118118
cppstd: [null, 98, gnu98, 11, gnu11, 14, gnu14, 17, gnu17, 20, gnu20, 23, gnu23, 26, gnu26]
119119
cstd: [null, 99, gnu99, 11, gnu11, 17, gnu17, 23, gnu23]

0 commit comments

Comments
 (0)