1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-06 11:53:14 +00:00

update version of armadillo in CMakeLists.txt

This commit is contained in:
sundw 2015-11-15 23:04:42 +08:00
parent 8838e9063e
commit 5e3466ff0b

View File

@ -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}