Added cmakeDir for Windows
This commit is contained in:
parent
5f0c2a38ae
commit
717eea7c47
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user