linux cmake error no version information available

Posted 我叫刘航阿

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux cmake error no version information available相关的知识,希望对你有一定的参考价值。

报错提示:

 

 

 解决办法:

   /usr/local/lib/libcurl.so.4 去这个路径下 ,会发现有两个libcurl.so 的库 还有把libcurl.so.4的这个库 直接删掉就行 

  rm -f libcurl.so.4

  

以上是关于linux cmake error no version information available的主要内容,如果未能解决你的问题,请参考以下文章

CMake Error at cmake/OpenCVModule.cmake:295 (message): No extra modules found in folder:Please pr

CMake error no CMAKE_C_COMPILER can be found using Xcode and GLFW

[opencv3.2cmake error ] sys/videoio.h no such file or directories

cmake ninja: error: 'xxx', needed by 'xxx', missing and no known rule to make it

CMake区分MSVC版本

CentOS C++开发环境准备