Skip to content

Commit

Permalink
Updated Eigen download
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstenqvist committed Dec 8, 2020
1 parent d726484 commit 135e6c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ endif()
# download Eigen
FetchContent_Declare(
eigen
URL "http://bitbucket.org/eigen/eigen/get/3.3.7.tar.gz"
URL_HASH MD5=f2a417d083fe8ca4b8ed2bc613d20f07)
URL "https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.tar.gz"
URL_HASH MD5=9e30f67e8531477de4117506fe44669b)
FetchContent_GetProperties(eigen)
if(NOT eigen_POPULATED)
FetchContent_Populate(eigen)
Expand Down

0 comments on commit 135e6c1

Please # to comment.