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 5019f7b commit e28425aCopy full SHA for e28425a
setup.py
@@ -84,7 +84,7 @@ def _build_cmake_dependency(directory, args=""):
84
os.chdir(directory)
85
if sys.platform == 'win32':
86
os.system("cmake.exe --clean .")
87
- os.system("cmake.exe -G='Visual Studio 16 2019' {} .".format(args) )
+ os.system('cmake.exe -G="Visual Studio 16 2019" {} .'.format(args) )
88
os.system("cmake.exe --build .")
89
else:
90
os.system("cmake --clean .")
0 commit comments