Re: [CMake] Editing IMPORTED targets

2016-10-16 Thread Stephen Kelly
Ivan Shapovalov wrote: > On 2016-10-03 at 14:43 +0200, Stephen Kelly wrote: >> Ivan Shapovalov wrote: >> >> > Hello! >> > >> > Using find modules to detect dependencies has a nice feature: it is >> > then possible to edit the resulting cache entries to link to >> > different >> > libraries (or a

Re: [CMake] Editing IMPORTED targets

2016-10-16 Thread Ivan Shapovalov
On 2016-10-03 at 14:43 +0200, Stephen Kelly wrote: > Ivan Shapovalov wrote: > > > Hello! > > > > Using find modules to detect dependencies has a nice feature: it is > > then possible to edit the resulting cache entries to link to > > different > > libraries (or add other libraries along the found

Re: [CMake] Editing IMPORTED targets

2016-10-03 Thread Stephen Kelly
Ivan Shapovalov wrote: > Hello! > > Using find modules to detect dependencies has a nice feature: it is > then possible to edit the resulting cache entries to link to different > libraries (or add other libraries along the found ones, for whatever > purposes), or change directories, or flags, or

[CMake] Editing IMPORTED targets

2016-09-25 Thread Ivan Shapovalov
Hello! Using find modules to detect dependencies has a nice feature: it is then possible to edit the resulting cache entries to link to different libraries (or add other libraries along the found ones, for whatever purposes), or change directories, or flags, or whatever. Using find configs and IM