1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-18 21:23:02 +00:00

Merge pull request #16 from sundw2014/master

update version of armadillo in CMakeLists.txt
This commit is contained in:
Carles Fernandez 2015-11-16 12:13:57 +01:00
commit 3d44e0956c

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}