File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11sources :
2+ " 2.0.0 " :
3+ url : " https://github.com/Morwenn/cpp-sort/archive/refs/tags/v2.0.0.tar.gz"
4+ sha256 : " 050c32d397c095b76b6f6583d4a49266b9965db51064c00b8bb0e8c4c4437037"
25 " 1.17.0 " :
36 url : " https://github.com/Morwenn/cpp-sort/archive/1.17.0.tar.gz"
47 sha256 : " df6cbb805ff71e1b0a30fc1ed55696a2d8c70c3ab87447bee2b749e02415432e"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class CppSortConan(ConanFile):
2323
2424 @property
2525 def _min_cppstd (self ):
26- return 14
26+ return 17 if Version ( self . version ) >= "2.0.0" else 14
2727
2828 @property
2929 def _compilers_minimum_version (self ):
Original file line number Diff line number Diff line change 11versions :
2+ " 2.0.0 " :
3+ folder : all
24 " 1.17.0 " :
35 folder : all
46 " 1.16.0 " :
You can’t perform that action at this time.
0 commit comments