You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ceres-solver: per default disable CUDA support (#665)
The latest ceres-solver `v2.1.0-p1` version tries to build against
CUDA, introducing an unwanted runtime dependency.
The user should explicitly choose to build against system CUDA
libraries (or provided by hunter).
Fixes: #657
0 commit comments