diff --git a/python/setup.py b/python/setup.py index 4be20063a..457d15eba 100644 --- a/python/setup.py +++ b/python/setup.py @@ -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]