Re: [CMake] 2 libs stuck together !

2014-10-15 Thread Johannes Zarl
Hi, It would be a lot easier to help you if you tried to minimize the CMakeLists.txt file before posting it to the list. The file as you posted it contains many unrelated stuff and even commented-out lines. Not wanting to look at the whole thing as it is, my advice to you is to search for the

[CMake] 2 libs stuck together !

2014-10-09 Thread jay75
i am working on ros indigo, ubuntu 14.04 trusty, opencv 2.4.9 i get this message: /usr/bin/ld: cannot find -lopencv_calib3dlibpthread now, libpthread.so.0 and libopencv_calib3d.so are two separate libs in /usr/lib/x86_64-linux-gnu/, which i have added successfully to my link_libraries. what am