Re: [CMake] Update/Set _expectedTargets inside exports-release.cmake.

2016-01-14 Thread Rashad Kanavath
Hello Stephen, On Tue, Jan 12, 2016 at 8:58 PM, Stephen Kelly wrote: > Rashad Kanavath wrote: > > > I am having this when I build packages for debian where I split > components > > into separate packages project1-core, project1-gui etc.. > > I think you need to patch the buildsystems of the soft

Re: [CMake] Update/Set _expectedTargets inside exports-release.cmake.

2016-01-12 Thread Stephen Kelly
Rashad Kanavath wrote: > I am having this when I build packages for debian where I split components > into separate packages project1-core, project1-gui etc.. I think you need to patch the buildsystems of the software you are packaging so that they support that kind of split by exporting to a di

[CMake] Update/Set _expectedTargets inside exports-release.cmake.

2016-01-12 Thread Rashad Kanavath
Hello all, Is it possible to update or set the "_expectedTargets" cmake variable inside the exports.cmake or exports-release.cmake file I know this file is autogenerated and it generates all so files and use cmake add_library IMPROTED option etc.. I have an issue with this method. Lets say, I h