Doug Gregor wrote:
Basically, when you have both a shared and a static library  "foo" in
the same directory, CMake uses -lfoo and we'll pick up whatever the
linker wants (the shared library).
[snip]
Other ideas for a fix to this problem would be helpful! I'm stumped.

CMake 2.6 uses full paths for linking in most cases, especially for
targets built in-tree.  Do you actually see -lfoo anywhere?

-Brad
_______________________________________________
Boost-cmake mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake

Reply via email to