mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-05-06 17:34:12 +00:00
Updating Armadillo version to 4.450.0 and changing tabs by white spaces
This commit is contained in:
parent
74ed037f6d
commit
f6da992ac2
@ -605,8 +605,8 @@ if(NOT ARMADILLO_FOUND)
|
|||||||
endif(${LINUX_DISTRIBUTION} MATCHES "Fedora" OR ${LINUX_DISTRIBUTION} MATCHES "Red Hat")
|
endif(${LINUX_DISTRIBUTION} MATCHES "Fedora" OR ${LINUX_DISTRIBUTION} MATCHES "Red Hat")
|
||||||
message(FATAL_ERROR "The patch command is required to download and build armadillo")
|
message(FATAL_ERROR "The patch command is required to download and build armadillo")
|
||||||
endif(NOT PATCH_EXECUTABLE)
|
endif(NOT PATCH_EXECUTABLE)
|
||||||
set(armadillo_RELEASE 4.400.2)
|
set(armadillo_RELEASE 4.450.0)
|
||||||
set(armadillo_MD5 "1f7e14d14e5636286f6e001a98a1735a")
|
set(armadillo_MD5 "2e13f5d0a666a67fb44e375722479629")
|
||||||
if(EXISTS ${CMAKE_CURRENT_BINARY_DIR}/download/armadillo-${armadillo_RELEASE}/armadillo-${armadillo_RELEASE}.tar.gz)
|
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)
|
set(ARMADILLO_PATCH_FILE ${CMAKE_CURRENT_BINARY_DIR}/armadillo-${armadillo_RELEASE}/armadillo_no.patch)
|
||||||
file(WRITE ${ARMADILLO_PATCH_FILE} "")
|
file(WRITE ${ARMADILLO_PATCH_FILE} "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user