Skip to content

Commit 3c8de64

Browse files
authored
Update setup.py
1 parent e28425a commit 3c8de64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def _build_cmake_dependency(directory, args=""):
8484
os.chdir(directory)
8585
if sys.platform == 'win32':
8686
os.system("cmake.exe --clean .")
87-
os.system('cmake.exe -G="Visual Studio 16 2019" {} .'.format(args) )
87+
os.system('cmake.exe -G"Visual Studio 16 2019" {} .'.format(args) )
8888
os.system("cmake.exe --build .")
8989
else:
9090
os.system("cmake --clean .")

0 commit comments

Comments
 (0)