Skip to content

Commit

Permalink
(#23245) + [sbepp] Added support of gcc8.1 to sbeppc
Browse files Browse the repository at this point in the history
* + [sbepp] Added support of gcc8.1 to sbeppc

* Update recipes/sbepp/all/conanfile.py

Co-authored-by: Martin Valgur <martin.valgur@gmail.com>

---------

Co-authored-by: Dmytro Ovdiienko <dmytro.ovdiienko@gmail.com>
Co-authored-by: Martin Valgur <martin.valgur@gmail.com>
  • Loading branch information
3 people authored Apr 4, 2024
1 parent d48a42d commit 81e8658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/sbepp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _min_cppstd(self):
def _compilers_minimum_version(self):
if self.options.with_sbeppc:
return {
"gcc": "9",
"gcc": "8",
"clang": "9",
"apple-clang": "11"
}
Expand Down

0 comments on commit 81e8658

Please sign in to comment.