diff options
author | Gael Guennebaud <g.gael@free.fr> | 2018-06-15 14:21:29 +0200 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2018-06-15 14:21:29 +0200 |
commit | b8271bb368d4d2be11f9f493495840481d2e5f2a (patch) | |
tree | 51fb9d448456fd19c7a77fe07353d6bb1bfb4134 | |
parent | d3a380af4d17513ab71630b59f390589fa7c207b (diff) |
fix md5sum of lapack_addons
-rw-r--r-- | lapack/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lapack/CMakeLists.txt b/lapack/CMakeLists.txt index 52f18edfc..522ba8a2b 100644 --- a/lapack/CMakeLists.txt +++ b/lapack/CMakeLists.txt @@ -49,7 +49,7 @@ if(EIGEN_ENABLE_LAPACK_TESTS) INACTIVITY_TIMEOUT 15 TIMEOUT 240 STATUS download_status - EXPECTED_MD5 5758ce55afcf79da98de8b9de1615ad5 + EXPECTED_MD5 ab5742640617e3221a873aba44bbdc93 SHOW_PROGRESS) message(STATUS ${download_status}) |