[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: library linking, missing libB.so



On Sat, Mar 22, 2014 at 1:31 PM, Nico Schlömer <nico.schloemer@gmail.com> wrote:
>> No, the 'linker' does not complain.
>
> You're right, it is the CMake dependency checker. The linking is all
> right, but there's something amiss with the CMake export files. I'll
> investigate.

I think you should find online reference with those keywords "cmake
transitive linking debian"

If you have access to upstream source, simply set the target properties with:
set_properties(target LINK_INTERFACE_LIBRARIES "")


Reply to: