Skip to content

Commit

Permalink
Conda Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-hunt committed Jan 19, 2021
1 parent 0db3d0e commit 0a2b307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def build_extension(self, ext):
if sys.maxsize > 2**32:
cmake_args += ['-A', 'x64']
if cmake_gen is not None:
cmake_args += ['-G', '"{}"'.format(cmake_gen)]
cmake_args += ['-G', cmake_gen]
else:
cmake_args += ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + extdir]

Expand Down

0 comments on commit 0a2b307

Please sign in to comment.