Could not find module FindOpenCV.cmake ( Error in configuration process)

前端 未结 12 2217
既然无缘
既然无缘 2020-11-29 02:04

I wrote a CMakeLists.txt for a project in C++, which uses OpenCV libraries. When I try to create the project using cmake, I ge

12条回答
  •  北海茫月
    2020-11-29 02:19

    I had the same error, I use windows. I add "C:\opencv\build" (opencv folder) to path at the control pannel. So, That's Ok!!

提交回复
热议问题