Skip to content

Commit

Permalink
_min_cppstd should be a property
Browse files Browse the repository at this point in the history
Contributes to CURA-10475 and CURA-10951
  • Loading branch information
jellespijker committed Sep 11, 2023
1 parent 52ea01b commit 10e2319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def set_version(self):
if not self.version:
self.version = "5.4.0-alpha"

@property
def _min_cppstd(self):
return 17

Expand Down

0 comments on commit 10e2319

Please sign in to comment.