Skip to content

Commit 3aa2d31

Browse files
Eigen 3.4.1 may have been too aggressive for windows
Trying 3.4.0
1 parent f6548c5 commit 3aa2d31

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ before_build:
3838
cd ..\..
3939
) else (echo Using cached libccd)
4040
- cmd: if not exist C:\"Program Files"\Eigen\include\eigen3\Eigen\Core (
41-
curl -LO https://gitlab.com/libeigen/eigen/-/archive/3.4.1/eigen-3.4.1.tar.gz &&
42-
cmake -E tar zxf eigen-3.4.1.tar.gz &&
43-
cd eigen-3.4.1 &&
41+
curl -LO https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz &&
42+
cmake -E tar zxf eigen-3.4.0.tar.gz &&
43+
cd eigen-3.4.0 &&
4444
mkdir build &&
4545
cd build &&
4646
cmake -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_BUILD_TYPE=%Configuration% .. &&

0 commit comments

Comments
 (0)