Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Eigen has moved #3

@dt99jay

Description

@dt99jay

Eigen seems to have moved, so when building, I had to edit cmake/VoroffsetDownloadExternal.cmake from:

## Eigen
function(voroffset_download_eigen)
	voroffset_download_project(eigen
		URL     http://bitbucket.org/eigen/eigen/get/3.3.7.tar.gz
		URL_MD5 f2a417d083fe8ca4b8ed2bc613d20f07
	)
endfunction()

to

## Eigen
function(voroffset_download_eigen)
	voroffset_download_project(eigen
		URL     https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.tar.gz
	)
endfunction()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions