Skip to content

Commit 345f4a0

Browse files
committed
remove ninja
1 parent b6bf27e commit 345f4a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ def build_extension(self, ext):
7777
# exported for Ninja to pick it up, which is a little tricky to do.
7878
# Users can override the generator with CMAKE_GENERATOR in CMake
7979
# 3.15+.
80-
if not cmake_generator:
81-
cmake_args += ["-GNinja"]
80+
pass
81+
# if not cmake_generator:
82+
# cmake_args += ["-GNinja"]
8283

8384
else:
8485

0 commit comments

Comments
 (0)