Use m prefix in shorttag value to indicate "md5 of tarball"
This commit is contained in:
parent
c8ac9307fb
commit
73485615b2
|
@ -37,6 +37,7 @@ endif()
|
|||
message(STATUS "md5='${md5}'")
|
||||
|
||||
string(SUBSTRING "${md5}" 0 8 shorttag)
|
||||
set(shorttag "m${shorttag}")
|
||||
|
||||
set(download_dir "${HOME}/.cmake/Downloads")
|
||||
|
||||
|
|
Loading…
Reference in New Issue