Skip to content

Commit

Permalink
Support gcc 6 actually
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Sep 25, 2023
1 parent ff185c2 commit 8064b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/compute_library/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _min_cppstd(self):
@property
def _compilers_minimum_version(self):
return {
"gcc": "10",
"gcc": "6",
"clang": "5",
"apple-clang": "5.1",
}
Expand Down

0 comments on commit 8064b14

Please sign in to comment.