From 5e3466ff0bd9439d4dda136ab5bf316e9307327e Mon Sep 17 00:00:00 2001 From: sundw Date: Sun, 15 Nov 2015 23:04:42 +0800 Subject: [PATCH] update version of armadillo in CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 927ba72c8..31cfe90aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -733,8 +733,8 @@ if(NOT ARMADILLO_FOUND) message(STATUS " Armadillo will be downloaded and built automatically ") message(STATUS " when doing 'make'. ") - set(armadillo_RELEASE 5.200.2) - set(armadillo_MD5 "ef57ba4c473a3b67c672441a7face09e") + set(armadillo_RELEASE 6.200.4) + set(armadillo_MD5 "20c9de6ad06b4339a7fd3f67d78922e4") ExternalProject_Add( armadillo-${armadillo_RELEASE}