Skip to content
Snippets Groups Projects
Commit 529f732f authored by Lars Bilke's avatar Lars Bilke
Browse files

Fixed stupid eigen not downloadable error by moving eigen onto another website.

parent 8e69caff
No related branches found
No related tags found
No related merge requests found
INCLUDE(ExternalProject)
IF(EIGEN3_FOUND AND EIGEN3_INCLUDE_DIR)
RETURN()
ENDIF()
......@@ -16,7 +17,7 @@ ENDIF()
ExternalProject_Add(Eigen
PREFIX ${CMAKE_BINARY_DIR}/External/eigen
URL http://bitbucket.org/eigen/eigen/get/3.1.4.tar.gz
URL http://opengeosys.org/images/dev/eigen-3.1.4.tar.gz
URL_MD5 43f03a7b90e1214195197957bb7394d1
UPDATE_COMMAND ""
CONFIGURE_COMMAND ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment