From 3f6f8ec8f81c936e02b2edd4343ed7b728901b83 Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Fri, 28 Mar 2025 12:23:13 +0100 Subject: [PATCH] Third_party doc update for Ceres --- Documentation/doc/Documentation/Third_party.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/doc/Documentation/Third_party.txt b/Documentation/doc/Documentation/Third_party.txt index c42fbd91a9a..a9cf57c8ed3 100644 --- a/Documentation/doc/Documentation/Third_party.txt +++ b/Documentation/doc/Documentation/Third_party.txt @@ -295,6 +295,8 @@ for more information. On some platforms, linking with `libunwind` was responsible for an increase of the runtime of the final application. If you experience such an issue, we recommend to compile \ceres without `glog` support. +\attention In the master branch of \ceres `glog` was dropped as a dependecy and `abseil` was added instead. It is not compatible with \visualstudio 2017 or earlier versions. + \subsection thirdpartyGLPK GLPK \glpk (GNU Linear Programming Kit) is a library for solving linear programming (LP), mixed integer programming (MIP), and other related problems.