Skip to content

Commit 737de43

Browse files
committed
(Attempt to) fix the Windows builds downstream.
1 parent 2bcace4 commit 737de43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def export(self):
5050

5151
@property
5252
def _min_cppstd(self):
53-
return 17
53+
return 20
5454

5555
@property
5656
def _compilers_minimum_version(self):

0 commit comments

Comments
 (0)