Skip to content

Commit f25e61f

Browse files
author
Vincent Moens
committed
Ninja build
1 parent a328b5e commit f25e61f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ def build_extension(self, ext):
7171
f"-DPython3_EXECUTABLE={get_python_executable()}",
7272
# for windows
7373
"-DCMAKE_BUILD_TYPE=Release",
74+
# Use Ninja generator
75+
"-GNinja",
7476
]
7577

7678
build_args = []

0 commit comments

Comments
 (0)