Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Feb 10, 2023
1 parent 33bf23d commit cec43ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/spix/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ def _compilers_minimum_version(self):
if self.version == "0.4":
return {
"Visual Studio": "14",
"msvc": "190",
"gcc": "5",
"clang": "3.4",
"apple-clang": "10"
}
else:
return {
"Visual Studio": "15.7",
"msvc": "192" # FIXME: 15.7 is actually 1914 but needs to be tested
"gcc": "7",
"clang": "5",
"apple-clang": "10",
Expand Down

0 comments on commit cec43ff

Please sign in to comment.