diff options
author | David Cole <david.cole@kitware.com> | 2010-12-28 13:53:04 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2010-12-28 13:53:04 (GMT) |
commit | 73485615b2d66123b4952118440612d4f7bc9d0a (patch) | |
tree | 36d1afbc78026e01157caae096df434f20753076 /Tests/Contracts | |
parent | c8ac9307fb3585e217a4f07860b12205aa2debb2 (diff) | |
download | CMake-73485615b2d66123b4952118440612d4f7bc9d0a.zip CMake-73485615b2d66123b4952118440612d4f7bc9d0a.tar.gz CMake-73485615b2d66123b4952118440612d4f7bc9d0a.tar.bz2 |
Use m prefix in shorttag value to indicate "md5 of tarball"
Diffstat (limited to 'Tests/Contracts')
-rw-r--r-- | Tests/Contracts/Trilinos-10-6/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Contracts/Trilinos-10-6/CMakeLists.txt b/Tests/Contracts/Trilinos-10-6/CMakeLists.txt index 48a467a..3e06d4f 100644 --- a/Tests/Contracts/Trilinos-10-6/CMakeLists.txt +++ b/Tests/Contracts/Trilinos-10-6/CMakeLists.txt @@ -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") |