We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db3d0e commit 0a2b307Copy full SHA for 0a2b307
python/setup.py
@@ -160,7 +160,7 @@ def build_extension(self, ext):
160
if sys.maxsize > 2**32:
161
cmake_args += ['-A', 'x64']
162
if cmake_gen is not None:
163
- cmake_args += ['-G', '"{}"'.format(cmake_gen)]
+ cmake_args += ['-G', cmake_gen]
164
else:
165
cmake_args += ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + extdir]
166
0 commit comments