We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4215c0e commit a3b0da0Copy full SHA for a3b0da0
CMakeLists.txt
@@ -200,8 +200,8 @@ endif()
200
# EIGEN
201
FetchContent_Declare(
202
eigen
203
- URL "http://bitbucket.org/eigen/eigen/get/3.3.7.tar.gz"
204
- URL_HASH MD5=f2a417d083fe8ca4b8ed2bc613d20f07)
+ URL "https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.tar.gz"
+ URL_HASH MD5=9e30f67e8531477de4117506fe44669b)
205
FetchContent_GetProperties(eigen)
206
if(NOT eigen_POPULATED)
207
FetchContent_Populate(eigen)
0 commit comments