1 | initial version |
It looks to me like the library finder in OpenCVFindLibsVideo.cmake is broken. You can pass the location of the library to cmake directly. On my system I have a symlink to the library in /usr/local/lib, so I used:
-D PVAPI_LIBRARY="/usr/local/lib/libPvAPI.a"
2 | No.2 Revision |
It looks to me like the library finder in OpenCVFindLibsVideo.cmake is broken. You can pass the location of the library to cmake directly. On my system I have a symlink to the library in /usr/local/lib, so I used:added:
-D PVAPI_LIBRARY="/usr/local/lib/libPvAPI.a"