When I compile opencv 3.0 on CentOS with make V=1
, I got these errors:
make[2]: * No rule to make target '/usr/lib64/libjsoncpp.so', needed by 'lib/libopencv_viz.so.3.0.0'. Stop.
How do I modify the CMakeLists.txt
in modules/viz
to enable make with my custom jsoncpp (e.g. $HOME/jsoncpp
)? Or any other suggestion?