Skip to content

Commit

Permalink
Disable ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
qiao-bo committed May 8, 2022
1 parent f3a22cc commit 9a9aab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ def get_cmake_args():
build_options = []
if cfg:
build_options.extend(['--build-type', cfg])
if sys.platform == 'win32':
build_options.extend(['-G', 'Ninja', '--skip-generator-test'])
#if sys.platform == 'win32':
# build_options.extend(['-G', 'Ninja', '--skip-generator-test'])
sys.argv[2:2] = build_options

cmake_args += [
Expand Down

0 comments on commit 9a9aab3

Please sign in to comment.