From 6b86864c0f16ef57142bdeb595a604074a479f09 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Thu, 3 Sep 2015 12:18:58 +0200 Subject: [PATCH] Keeping armadillo version up to date --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae5c5d4e2..a1d6ea349 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -720,8 +720,8 @@ if(NOT ARMADILLO_FOUND) message(STATUS " Armadillo will be downloaded and built automatically ") message(STATUS " when doing 'make'. ") - set(armadillo_RELEASE 5.400.3) - set(armadillo_MD5 "397733eb2f305b50f28ead3350d975bd") + set(armadillo_RELEASE 5.200.2) + set(armadillo_MD5 "ef57ba4c473a3b67c672441a7face09e") ExternalProject_Add( armadillo-${armadillo_RELEASE}