Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump Eigen version #93

Merged
merged 2 commits into from
Feb 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ FetchContent_Declare(

FetchContent_Declare(
Eigen
GIT_SHALLOW TRUE
GIT_REPOSITORY https://gitlab.com/libeigen/eigen
GIT_PROGRESS TRUE
GIT_BRANCH "3.3"
GIT_TAG "3.3.5"
GIT_BRANCH "3.4"
GIT_TAG "3.4.0"
)

FetchContent_Declare(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This library comprises a suite of C++ algorithms used by the Fluid Corpus Manipu
# Dependencies

* [CMake](http://cmake.org) (>=3.11)
* [Eigen](https://gitlab.com/libeigen/eigen) (3.3.5)
* [Eigen](https://gitlab.com/libeigen/eigen) (3.4)
* [HISSTools Library](https://github.com/AlexHarker/HISSTools_Library)

# Building
Expand Down