Skip to content

Commit

Permalink
Add missing GCC version to settings.yml
Browse files Browse the repository at this point in the history
This version is already apt package, g++-10, in Ubuntu 20.04.
  • Loading branch information
johnmcfarlane committed Apr 26, 2020
1 parent c5dd4a4 commit de4e3ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conans/client/conf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"6", "6.1", "6.2", "6.3", "6.4",
"7", "7.1", "7.2", "7.3", "7.4",
"8", "8.1", "8.2", "8.3",
"9", "9.1", "9.2"]
"9", "9.1", "9.2",
"10"]
libcxx: [libstdc++, libstdc++11]
threads: [None, posix, win32] # Windows MinGW
exception: [None, dwarf2, sjlj, seh] # Windows MinGW
Expand Down

0 comments on commit de4e3ab

Please sign in to comment.