Open GoogleCodeExporter opened 8 years ago
Hi,
This problem is due to the way the FindOpenCV.cmake search the opencv files.
IMHO this script should rely on the Linux File Hierarchy Standard.
So you have to make sure that all OpenCV*-devel and pam-devel packages are
installed and add those lines at the end of the FindOpenCV.cmake file before
this line :
# display help message
IF(NOT OPENCV_FOUND)
LINES TO ADD FOR FEDORA :
SET(OPENCV_LIBRARIES
/usr/lib64/
/usr/lib)
SET(OPENCV_INCLUDE_DIR
/usr/include/opencv
/usr/include/opencv2)
SET(OPENCV_FOUND ON)
Original comment by Nolaa...@gmail.com
on 9 Jul 2014 at 7:04
You can also clone my github repo
https://github.com/Nolaan/pam-face-authentication
Original comment by Nolaa...@gmail.com
on 9 Jul 2014 at 8:38
Original issue reported on code.google.com by
2801...@etude.ca
on 5 Mar 2014 at 11:18