Skip to content

Commit

Permalink
build: gcc-12 set as mininum in conanfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Dec 22, 2023
1 parent e12fc5e commit 46bc8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def _min_cppstd(self):
@property
def _minimum_compilers_version(self):
return {
"gcc": "11",
"gcc": "12",
"clang": "16",
"apple-clang": "15"
# , "msvc": "192"
Expand Down

0 comments on commit 46bc8e7

Please sign in to comment.