[CMake] install export : ignore imported_link_interface_libraries and imported_link_dependents_libraries

2011-11-02 Thread Jaonary Rabarisoa
Hi all, I'm using the command install(EXPORT ) to create a configuration file for my project. This works great but by default cmake fills the IMPORTED_LINK_INTERFACE_LIBRARIES and IMPORTED_LINK_DEPENDENTS_LIBRARIES. I'd like cmake to ignore these properties because it introduces a hard link to my

Re: [CMake] install export : ignore imported_link_interface_libraries and imported_link_dependents_libraries

2011-11-07 Thread Michael Hertling
On 11/02/2011 04:19 PM, Jaonary Rabarisoa wrote: > Hi all, > > I'm using the command install(EXPORT ) to create a configuration file for > my project. This works great but by default > cmake fills the IMPORTED_LINK_INTERFACE_LIBRARIES and > IMPORTED_LINK_DEPENDENTS_LIBRARIES. I'd like cmake > to i