Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added cmakeDir for Windows
  • Loading branch information
saisoma123 committed Jun 9, 2022
commit 1dd08a34a122ea2b694bad44960a0b3a3b246dce
1 change: 1 addition & 0 deletions interpreter/cling/tools/packaging/cpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1343,6 +1343,7 @@ def tryCmake(cmake):
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:
Expand Down