兵马逐浪去,将象入海流。炮声震心动,惊起卧龙游。
我的博客园主页 --------- 我的知乎主页 --------- 我的github主页 --------- 我的csdn主页 --------- 我的新浪微博

opencv编译的时候的注意事项------如果出现 target glog::glog 找不到的情况,可能是由于glog的版本过低导致的。通常与ceres有关

opencv编译出现  target  glog::glog 找不到的情况,可能是由于glog的版本过低导致的。

通常与ceres有关。

建议:

使用的ceres的依赖的glog的版本建议不要低于0.4.0, 不要使用glog 0.3.4   也就是caffe的那个版本,windows下。

 

 

What version of glog are you trying to build against? Some of the older versions don't export the glog::glog target that Folly (one of Fizz's dependencies) is expecting to be present.

cmake fizz in centos 7.4 got this error:

CMake Error at CMakeLists.txt:132 (add_library):
Target "fizz" links to target "glog::glog" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an
ALIAS target is missing?

I have installed glog. (use yum install and source code compiling install)

 

Orvid commented on 24 Sep 2018

What version of glog are you trying to build against? Some of the older versions don't export the glog::glog target that Folly (one of Fizz's dependencies) is expecting to be present.

 

posted @ 2020-10-01 13:54  leoking01  阅读(1701)  评论(0编辑  收藏  举报
#back-to-top { background-color: #00CD00; bottom: 0; box-shadow: 0 0 6px #00CD00; color: #444444; padding: 10px 10px; position: fixed; right: 50px; cursor: pointer; }