Re: [CMake] transitive interface dependency problem

2019-02-27 Thread Robert Maynard via CMake
If `interfaceDep` is an actual interface target, consuming libraries of libA inside the project ( example ) should resolve it as an interface target and not drop it on the lnik line. If you have a small self contained example that would help track down this issue. On Thu, Feb 21, 2019 at 5:49 AM

[CMake] transitive interface dependency problem

2019-02-21 Thread Starka Tomáš
Hi all, following my previous post 'link only with targets feature' I have found yet another unpleasant consequence of not being able to tell cmake that it is the target name in the parameters of target_link_libraries (without the use of :: notation, that is optional and inconsistent). Whe