<div dir="ltr">I'll be able to update dash11 sometime next week when I get back from vacation.<div><br></div></div><div class="gmail_extra"><br clear="all"><div>David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>

Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div>
<br><br><div class="gmail_quote">On Sat, Jul 20, 2013 at 4:17 PM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi All,<br>
<br>
I want to use the check_cxx_symbol_exists() macro, but that would mean<br>
bumping VTK's required version of CMake (it's at 2.8.5 now).  If cmake<br>
is bumped to 2.8.7, then DASH11 is the only dashboard machine that<br>
will have to be updated.<br>
<br>
The difference between check_cxx_symbol_exists() and the older<br>
check_symbol_exists() macro (the one that VTK uses currently) is that<br>
the former does the check with the C++ compiler, while the latter does<br>
the check with the C compiler.  VTK is C++, and we cannot assume that<br>
all symbols defined for the C compiler are also defined for C++.<br>
<br>
 - David<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
</blockquote></div><br></div>