<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p></p>
<div>
<p>I'm building PV 5.3-RC2 on a Mac OSX 10.12 and the build is getting hosed.   (the build fails while building ParaView, can't find a missing <png.h> include file).    When PVSB configures Paraview, it is setting the cmake flag VTK_USE_SYSTEM_PNG=ON and it
 should be OFF.     In the top level cmake, the value is set to OFF.</p>
<p><br>
</p>
<div>292 mac> grep PNG CMakeCache.txt<br>
VTK_USE_SYSTEM_PNG:UNINITIALIZED=OFF</div>
<p><br>
</p>
If I re-run cmake in the paraview build directory and turn off VTK_USE_SYSTEM_PNG, I get a clean build.</div>
<br>
<p></p>
</div>
</body>
</html>