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 a328b5e commit f25e61fCopy full SHA for f25e61f
setup.py
@@ -71,6 +71,8 @@ def build_extension(self, ext):
71
f"-DPython3_EXECUTABLE={get_python_executable()}",
72
# for windows
73
"-DCMAKE_BUILD_TYPE=Release",
74
+ # Use Ninja generator
75
+ "-GNinja",
76
]
77
78
build_args = []
0 commit comments