Skip to content

Commit 2b0fe17

Browse files
authored
Merge pull request #2289 from talregev/TalR/vcpkg_eigen3
Add back eigen3 to vcpkg
2 parents 8a5fc6c + 699400f commit 2b0fe17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/vcpkg.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
boost-system
109109
boost-thread
110110
boost-timer
111+
eigen3
111112
tbb
112113
pybind11
113114
geographiclib
@@ -172,7 +173,7 @@ jobs:
172173
-DGTSAM_BUILD_TESTS=ON \
173174
-DGTSAM_BUILD_UNSTABLE=ON \
174175
-DGTSAM_ALLOW_DEPRECATED_SINCE_V43=OFF \
175-
-DGTSAM_USE_SYSTEM_EIGEN=OFF \
176+
-DGTSAM_USE_SYSTEM_EIGEN=ON \
176177
-DGTSAM_USE_SYSTEM_METIS=OFF \
177178
-DGTSAM_USE_SYSTEM_PYBIND=ON \
178179
-DGTSAM_ENABLE_GEOGRAPHICLIB=ON \

0 commit comments

Comments
 (0)