summaryrefslogtreecommitdiffstats
path: root/Tests/Contracts
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2010-12-28 13:53:04 (GMT)
committerDavid Cole <david.cole@kitware.com>2010-12-28 13:53:04 (GMT)
commit73485615b2d66123b4952118440612d4f7bc9d0a (patch)
tree36d1afbc78026e01157caae096df434f20753076 /Tests/Contracts
parentc8ac9307fb3585e217a4f07860b12205aa2debb2 (diff)
downloadCMake-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.txt1
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")