From f64af5e6edc69b001b4cf66779a4d343c95f0180 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 2 Sep 2015 18:53:36 +0200 Subject: [PATCH] fixing typo that prevented verification of armadillo download --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 24ec383ff..dba1fdfb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -721,7 +721,7 @@ if(NOT ARMADILLO_FOUND) message(STATUS " when doing 'make'. ") set(armadillo_RELEASE 5.400.3) - set(armadillo_MD5 "397733eb2f305b50f28ead3350d975bdc") + set(armadillo_MD5 "397733eb2f305b50f28ead3350d975bd") ExternalProject_Add( armadillo-${armadillo_RELEASE}