<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 29, 2014 at 2:39 PM, Peter Collingbourne <span dir="ltr"><<a href="mailto:peter@pcc.me.uk" target="_blank">peter@pcc.me.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":2xn" class="a3s" style="overflow:hidden">================<br>
Comment at: cmake/modules/AddLLVM.cmake:636<br>
@@ +635,3 @@<br>
<span class="">+      set(cppflags "${cppflags} -I${d}")<br>
+      set(cxxflags "${cxxflags} -I${d}")<br>
+    endforeach(d)<br>
</span>----------------<br>
Are you sure you need to set cxxflags? As far as I know, cppflags should be picked up for C and C++.</div></blockquote></div><br>Nope. You're suggestion works fine, going with that.</div></div>