Skip to content

Commit

Permalink
Merge branch 'fix/temporary_fix_eigen_gitlab_hash' into 'public'
Browse files Browse the repository at this point in the history
Remove eigen sha hash to account for a gitlab bug.

See merge request nvblox/nvblox!291
  • Loading branch information
alexmillane committed Mar 30, 2023
2 parents d14d799 + ce97037 commit 33c0089
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nvblox/thirdparty/eigen/eigen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ExternalProject_Add(
ext_eigen
PREFIX eigen
URL https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz
URL_HASH SHA256=8586084f71f9bde545ee7fa6d00288b264a2b7ac3607b974e54d13e7162c1c72
UPDATE_COMMAND ""
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
)
Expand Down

0 comments on commit 33c0089

Please sign in to comment.