Skip to content

Commit

Permalink
Update recipes/cli11/all/conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS authored Oct 28, 2024
1 parent f3f4260 commit 23540de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cli11/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _min_cppstd(self):

@property
def _supports_compilation(self):
return Version(self.version) >= 2.3
return Version(self.version) >= "2.3"

def config_options(self):
if not self._supports_compilation:
Expand Down

0 comments on commit 23540de

Please sign in to comment.