Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#18 from mthreads/change_eigen3_id
Browse files Browse the repository at this point in the history
[MTAI-484] fix(build): change commit id in eigen.cmake
  • Loading branch information
caizhi-mt authored and mt-robot committed Aug 3, 2023
2 parents ea4eb3e + 8f96ac8 commit e21c198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/external/eigen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include(ExternalProject)
# update eigen to the commit id f612df27 on 03/16/2021
set(EIGEN_PREFIX_DIR ${THIRD_PARTY_PATH}/eigen3)
set(EIGEN_SOURCE_DIR ${THIRD_PARTY_PATH}/eigen3/src/extern_eigen3)
set(EIGEN_TAG f612df273689a19d25b45ca4f8269463207c4fee)
set(EIGEN_TAG 6ad1f10acbc311dd82b20cce7f5c305ae8c3eaa9)
set(SOURCE_DIR ${PADDLE_SOURCE_DIR}/third_party/eigen3)

if(WIN32)
Expand Down

0 comments on commit e21c198

Please sign in to comment.