Hi all,<div><br></div><div>I'm using the command install(EXPORT ) to create a configuration file for my project. This works great but by default</div><div>cmake fills the IMPORTED_LINK_INTERFACE_LIBRARIES and IMPORTED_LINK_DEPENDENTS_LIBRARIES. I'd like cmake</div>
<div>to ignore these properties because it introduces a hard link to my build machine. For example, it output a hard to boost libraries, which</div><div>are in fact use in may project. </div><div>So is there a way to tell cmake to ignore these properties while exporting a target ?</div>
<div><br></div><div>Best regards,</div><div><br></div><div>Jaonary</div>