Added cmakeDir for Windows

This commit is contained in:
saisoma123 2022-06-09 16:25:34 -04:00 committed by jenkins
parent 5f0c2a38ae
commit 717eea7c47

View File

@ -1343,6 +1343,7 @@ def get_win_dep():
zip.extractall(tmp_bin_dir)
print('Remove file: ' + os.path.join(TMP_PREFIX, 'cmake-3.6.2.zip'))
cmakeDir = TMP_PREFIX + "\\bin\\cmake"
if is_os_64bit():
os.rename(os.path.join(tmp_bin_dir, 'cmake-3.6.2-win64-x64'), cmakeDir)
else: