Use m prefix in shorttag value to indicate "md5 of tarball"

This commit is contained in:
David Cole 2010-12-28 08:53:04 -05:00
parent c8ac9307fb
commit 73485615b2
1 changed files with 1 additions and 0 deletions

View File

@ -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")