<div dir="ltr">I completely forgot about <span style="font-family:arial,sans-serif;font-size:13px">VTK_REQUIRED_OBJCXX_FLAGS. </span></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 17, 2014 at 2:38 PM, Sean McBride <span dir="ltr"><<a href="mailto:sean@rogue-research.com" target="_blank">sean@rogue-research.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, 17 Sep 2014 14:17:21 -0400, Robert Maynard said:<br>
<br>
>If my memory is correct CMake doesn't have explicit global objc or objc++<br>
>flag variables. Instead what you can try todo is to set the  COMPILE_FLAGS<br>
> property on each mm file to be "-stdlib=libstdc++"<br>
<br>
</span>CMake doesn't (bug 4756) but VTK does: "VTK_REQUIRED_OBJCXX_FLAGS"<br>
<br>
<<a href="http://public.kitware.com/Bug/view.php?id=4756" target="_blank">http://public.kitware.com/Bug/view.php?id=4756</a>><br>
<br>
VTK does work with libc++ and I have several dashboards that use it.  The link error does suggest however that some files are using libstdc++ and some others using libc++.  Maybe try adding -stdlib=libc++ to VTK_REQUIRED_OBJCXX_FLAGS also, though I don't believe I've had to do that...<br>
<br>
Cheers,<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
____________________________________________________________<br>
Sean McBride, B. Eng                 <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>
Rogue Research                        <a href="http://www.rogue-research.com" target="_blank">www.rogue-research.com</a><br>
Mac Software Developer              Montréal, Québec, Canada<br>
<br>
<br>
</font></span></blockquote></div><br></div>