Skip to content

Commit 51d8756

Browse files
committed
Add GeographicLib to vcpkg
1 parent 9ebe7d6 commit 51d8756

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/vcpkg.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
boost-timer
101101
tbb
102102
pybind11
103+
geographiclib
103104
104105
- name: On Failure, upload vcpkg logs
105106
if: failure()
@@ -155,6 +156,7 @@ jobs:
155156
-DGTSAM_USE_SYSTEM_EIGEN=OFF \
156157
-DGTSAM_USE_SYSTEM_METIS=OFF \
157158
-DGTSAM_USE_SYSTEM_PYBIND=ON \
159+
-DGTSAM_ENABLE_GEOGRAPHICLIB=ON \
158160
-DGTSAM_SUPPORT_NESTED_DISSECTION=ON \
159161
-DCTEST_EXTRA_ARGS='${{ matrix.ctest_extra_flags }}' \
160162
-DPYTEST_EXTRA_ARGS='${{ matrix.pytest_extra_flags }}'

0 commit comments

Comments
 (0)