PKG: install openCV libraries to lib
This is a small fix. On CentOS 6, by default, libraries are installed in PREFIX/lib64
, which causes an error in the packaging scripts.
We could even set the CMAKE_INSTALL_LIBDIR
option for all SuperBuild projects.