Skip to content

Commit 70a601d

Browse files
authored
Merge pull request #2267 from talregev/TalR/fix/eigen
temporary remove eigen3 from vcpkg
2 parents db6010d + 0c00fc0 commit 70a601d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/vcpkg.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ jobs:
9898
boost-system
9999
boost-thread
100100
boost-timer
101-
eigen3
102101
tbb
103102
pybind11
104103
@@ -153,7 +152,7 @@ jobs:
153152
-DGTSAM_BUILD_TESTS=ON \
154153
-DGTSAM_BUILD_UNSTABLE=ON \
155154
-DGTSAM_ALLOW_DEPRECATED_SINCE_V43=OFF \
156-
-DGTSAM_USE_SYSTEM_EIGEN=ON \
155+
-DGTSAM_USE_SYSTEM_EIGEN=OFF \
157156
-DGTSAM_USE_SYSTEM_METIS=OFF \
158157
-DGTSAM_USE_SYSTEM_PYBIND=ON \
159158
-DGTSAM_SUPPORT_NESTED_DISSECTION=ON \

0 commit comments

Comments
 (0)