We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1748be commit 5fd6a99Copy full SHA for 5fd6a99
setup.py
@@ -31,7 +31,7 @@ def run(self):
31
cmake_version = version.Version(
32
re.search(r"version\s*([\d.]+)", out.decode()).group(1)
33
)
34
- if cmake_version < "3.13.0":
+ if cmake_version < version.Version("3.13.0"):
35
raise RuntimeError(
36
"CMake >= 3.13.0 is required. Install the latest CMake with 'pip install cmake'."
37
0 commit comments