Skip to content

Commit

Permalink
fix cmake toolset issue for build in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
russelmann committed May 5, 2022
1 parent 2b78b37 commit a89263f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def build_extension(self, ext):
# build_args += ['--', '/m']
else:
del env['CMAKE_GENERATOR_PLATFORM']
del env['CMAKE_GENERATOR_TOOLSET']
else:
build_args += ['--', '-j2']

Expand Down

0 comments on commit a89263f

Please sign in to comment.