Skip to content

Commit

Permalink
Set min gcc version to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinDelille committed Jul 25, 2022
1 parent 6e9ea6b commit 28d1900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/poppler/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def requirements(self):
@property
def _minimum_compilers_version(self):
# Poppler requires C++14
minGccVersion = "6"
minGccVersion = "8"
if tools.Version(self.version) < "22.07.0":
minGccVersion = "5"
return {
Expand Down

0 comments on commit 28d1900

Please sign in to comment.