1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-04-14 14:53:18 +00:00

Updating Armadillo version to 4.320.2

This commit is contained in:
Carles Fernandez 2014-08-17 19:55:11 +02:00
parent 7a6f0bf04d
commit 8ed642e58c

View File

@ -593,8 +593,8 @@ if(NOT ARMADILLO_FOUND)
endif(${LINUX_DISTRIBUTION} MATCHES "Fedora" OR ${LINUX_DISTRIBUTION} MATCHES "Red Hat")
message(FATAL_ERROR "The patch command is required to download and build armadillo")
endif(NOT PATCH_EXECUTABLE)
set(armadillo_RELEASE 4.320.0)
set(armadillo_MD5 "d174ebcb5bffde6c8da8f47f06147386")
set(armadillo_RELEASE 4.320.2)
set(armadillo_MD5 "9c25eccbd850f06fd0428b2a2a6d645b")
if(EXISTS ${CMAKE_CURRENT_BINARY_DIR}/download/armadillo-${armadillo_RELEASE}/armadillo-${armadillo_RELEASE}.tar.gz)
set(ARMADILLO_PATCH_FILE ${CMAKE_CURRENT_BINARY_DIR}/armadillo-${armadillo_RELEASE}/armadillo_no.patch)
file(WRITE ${ARMADILLO_PATCH_FILE} "")