Hi,

Just run into a problem trying to build a project using cmake on a special
linux distribution:
My project depends on cppunit. I find the cppunit lib using find_library
and the project builds nicely on my machine.
However, on a different machine with a different linux distribution I run
into a problem of unsaturated dependenices of the cppunit lib.

/cluster/apps/cppunit/1.12.1/lib/libcppunit.so: undefined reference to
`dlsym'

doing some research on the web I figured out the I have to link against
libdl too.
How do I add this dependency transparently to the cmake file?

regards




-- 
Witold Eryk Wolski

Triemlistrasse 155
8047 Zuerich
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to