update MD5 sum for latte-v1.2.0.tar.gz src archive

This commit is contained in:
Axel Kohlmeyer 2018-06-25 09:43:37 -04:00 committed by GitHub
parent 2165a2aa9b
commit 6a9251245c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ if(PKG_LATTE)
include(ExternalProject)
ExternalProject_Add(latte_build
URL https://github.com/lanl/LATTE/archive/v1.2.0.tar.gz
URL_MD5 cb86f1d2473ce00aa61ff6a023154b03
URL_MD5 68bf0db879da5e068a71281020239ae7
SOURCE_SUBDIR cmake
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR> -DCMAKE_POSITION_INDEPENDENT_CODE=${CMAKE_POSITION_INDEPENDENT_CODE}
)