Skip to content

Commit

Permalink
Show the correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzicheng1987 committed Nov 24, 2024
1 parent 04bcb00 commit 897b028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def validate(self):
):
raise ConanInvalidConfiguration(
f"{self.ref} requires C++{self._min_cppstd}, which your compiler does not support. "
f"Your compiler only supports {self.settings.compiler.version}."
f"Your compiler only supports {Version(self.settings.compiler.version)}."
)

def layout(self):
Expand Down

0 comments on commit 897b028

Please sign in to comment.