Ceres: Use newer version for CUDA 13 compatibility

This commit is contained in:
2025-12-17 16:14:00 +01:00
parent 27496b8207
commit befb2ad057

View File

@@ -12,7 +12,7 @@ SET(CERES_THREADING_MODEL "OFF")
FetchContent_Declare(
ceres
GIT_REPOSITORY https://github.com/ceres-solver/ceres-solver
GIT_TAG 2.2.0
GIT_TAG 0c70ed3
EXCLUDE_FROM_ALL
)