win10运行ceres案例 出错 logtostderr is being linked both statically and dynamically

我按照教程中安装的Ceres-Solver 电脑是 win10 64位 vs2017
教程链接如下
https://blog.csdn.net/wzheng92/article/details/79504709?utm_source=blogxgwz3

添加环境变量如下
图片说明

报错如下
图片说明

恳请各位大哥帮忙看一下问题所在,不胜感激!

一般来说,就是和你现有的库不兼容:
https://stackoverflow.com/questions/30475415/caffe-compilation-error-gflags-cc-is-being-linked-both-statically-and-dynamica

你好,你的问题解决了么?