Skip to content

Commit

Permalink
libelas: require C++11
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed May 19, 2024
1 parent 1d2535b commit b4c6291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libelas/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def requirements(self):

def validate(self):
if self.settings.compiler.cppstd:
check_min_cppstd(self, 98)
check_min_cppstd(self, 11)

def source(self):
get(self, **self.conan_data["sources"][self.version]["sources"], strip_root=True)
Expand Down

0 comments on commit b4c6291

Please sign in to comment.