Skip to content
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