From 73485615b2d66123b4952118440612d4f7bc9d0a Mon Sep 17 00:00:00 2001 From: David Cole Date: Tue, 28 Dec 2010 08:53:04 -0500 Subject: Use m prefix in shorttag value to indicate "md5 of tarball" --- Tests/Contracts/Trilinos-10-6/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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") -- cgit v0.12