catkin_make opencv version conflict.
Hello everyone ; When I write catkin_make it gives such a warning.
/usr/bin/ld: warning: libopencv_core.so.4.2, needed by /usr/local/lib/libopencv_highgui.so.4.2.0, may conflict with libopencv_core.so.3.2.
I installed opencv with sudo apt and then I installed it from source. How can i fix the warning ?
Thanks.