Skip to content

Commit

Permalink
[ThirdParty] Fix eigen compiler error (PaddlePaddle#10285)
Browse files Browse the repository at this point in the history
  • Loading branch information
risemeup1 authored May 25, 2023
1 parent e4b626b commit 1dac500
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 @@ -28,7 +28,7 @@ ExternalProject_Add(
# we changed the source code to adapt for windows compiling
# git diffs : (1) unsupported/Eigen/CXX11/src/Tensor/TensorBlockV2.h
######################################################################################################
URL http://paddlelite-data.bj.bcebos.com/third_party_libs/eigen-git-mirror-master-9ab917e9db99f5907d086aa73d5f9103.zip
URL http://paddlelite-data.bj.bcebos.com/third_party_libs/eigen-git-mirror-master-9ab917e9db99f5907d086aa73d5f9103-gcc12.zip
DOWNLOAD_DIR ${EIGEN_SOURCECODE_DIR}
DOWNLOAD_NO_PROGRESS 1
PREFIX ${EIGEN_SOURCE_DIR}
Expand Down

0 comments on commit 1dac500

Please sign in to comment.