<div dir="ltr">As an additional piece if information, if I run cmake with "-G Xcode" the command line contains:<div><ul><li>-F/usr/local/opt/qt/lib<br></li><li>-F/Users/<username>/src/<project_name>/xcode/bin<br></li></ul></div><div><br></div><div>but if I run cmake with "-G Ninja" the command line contains:</div><div><ul><li>-iframework /usr/local/opt/qt/lib</li></ul></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 22, 2019 at 11:50 AM Christopher W. Steenwyk <<a href="mailto:csteenwyk@gmail.com">csteenwyk@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><p style="box-sizing:border-box;margin:0px 0px 10px;color:rgb(51,51,51);font-family:"Titillium Web";font-size:14px">We are using the imported targets of Qt5 on macOS. When we do this the command line shows the include paths to the frameworks directory as "-F<path>" where we would have expected "-iframework <path>". The former is leading the compiler to give us warnings when compiling the Qt provided header.</p><p style="box-sizing:border-box;margin:0px 0px 10px;color:rgb(51,51,51);font-family:"Titillium Web";font-size:14px">Any ideas on how to remedy this?<br style="box-sizing:border-box">Thanks!</p></div>
</blockquote></div>