Updating Armadillo version to 4.450.0 and changing tabs by white spaces

This commit is contained in:
Carles Fernandez 2014-10-01 00:30:07 +02:00
parent 74ed037f6d
commit f6da992ac2
1 changed files with 23 additions and 23 deletions

View File

@ -605,8 +605,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.400.2)
set(armadillo_MD5 "1f7e14d14e5636286f6e001a98a1735a")
set(armadillo_RELEASE 4.450.0)
set(armadillo_MD5 "2e13f5d0a666a67fb44e375722479629")
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} "")