<div dir="ltr">Hello!<div><br></div><div>Is there a way to have cmake generate #undef's for all of the macros it creates in the GENERATE_EXPORT_HEADER command? I am trying not to leak these macros to users including the library, but I can't seem to find any way to generate this.</div><div><br></div><div>As a reference, for other macros that I am defining myself, I'm using #pragma push_macro() and #undef before defining them and then #undef and #pragma pop_macro() after I'm done with them.</div><div><br></div><div>Thanks for any help!</div><div>-Matt</div></div>