Skip to content
Snippets Groups Projects
Commit 553b3739 authored by Alexis Girault's avatar Alexis Girault
Browse files

COMP: Update Eigen GIT_TAG to fix checkout error

Eigen git tag which was currently used (e81ac4502ebbfde43a1e1761b36853d3ead47c33)
can not be checked out anymore as of Sunday, January 29 2017 for unknown
reasons, causing all builds on the dashboard to fail:

http://my.cdash.org/index.php?project=iMSTK&date=2017-01-29

error:
```
fatal: reference is not a tree: e81ac4502ebbfde43a1e1761b36853d3ead47c33
```
parent 93e84fe1
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
include(imstkAddExternalProject)
imstk_add_external_project( Eigen
GIT_REPOSITORY ${git_protocol}://github.com/RLovelett/eigen.git
GIT_TAG e81ac4502ebbfde43a1e1761b36853d3ead47c33
GIT_TAG 3.2.10
CONFIGURE_COMMAND ${SKIP_STEP_COMMAND}
BUILD_COMMAND ${SKIP_STEP_COMMAND}
INSTALL_COMMAND ${SKIP_STEP_COMMAND}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment