Cmake 找不到OpenCVConfig.cmake文件(opencv_dir)

https://blog.csdn.net/mengchicmc/article/details/78458246

添加到这个路径即可...\opencv\build(后面generate阶段会用到这个路径...\opencv\build\include,所以要把到build的路径丢给CMake)

 

关于编译和配置的一些信息https://github.com/stevenlovegrove/Pangolin

On Windows, Pangolin will attempt to download and build glewlibjpeglibpng and zlib automatically. It does so assuming that git is available on the path - this assumption may be wrong for windows users who have downloaded Pangolin via a zip file on github. You will instead need to download and compile the dependencies manually, and set the BUILD_EXTERN_(lib) options to false for these libraries. The alternate and recommended approach is to install gitbash and work from within their provided console.”

不知道git是什么意思...

 

博客上

https://blog.csdn.net/yfic000/article/details/75716518

"等得够久的吧?不出意外的话,vs成功生成了pangolin的库文件了。也许会出现一些错误,不过请看仔细,是否为pangolin那个项目的问题,如果不是的话,大可忽略,以后出问题再说。"

 

Project Property Pages àConfigurationProperties à C/ C++ à Code GenerationàRuntime Library的设置 

我的一直都是Multi-threaded Debug DLL (/MDd) 不指定为什么要强调这个

其他一些有用的网站:

https://blog.csdn.net/evilparadise/article/details/80420265

http://weixin.niurenqushi.com/article/2017-02-23/4776497.html

https://github.com/JakobEngel/dso

https://blog.csdn.net/tianxiaguixin002/article/details/60327987

https://blog.csdn.net/yfic000/article/details/75716518

https://blog.csdn.net/ye_shen_wei_mian/article/details/78959890

https://blog.csdn.net/u012398902/article/details/21039147

先这样不管了,太麻烦了。。。

你可能感兴趣的:(Cmake 找不到OpenCVConfig.cmake文件(opencv_dir))