<p dir="ltr">I just pointed the extra one to zlib's release directory as well and everything worked out for me... Although, I was building a different version, it might still work for you as well.</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Nov 2, 2016 2:04 PM, "Andrew Cunningham" <<a href="mailto:andrewC@mac.com">andrewC@mac.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
I am trying to build OSG 3.4.0 on Windows/Visual Studio 2015 using CMake to generate the projects.<br>
<br>
 Everything works pretty well except the confusing settings for ZLIB_LIBRARY, ZLIB_LIBRARY_DEBUG,ZLIB_<wbr>LIBRARY_RELEASE. Why 3 settings ?<br>
<br>
I included paths to Debug and Release builds of ZLib,  in the ZLIB_LIBRARY_DEBUG and ZLIB_LIBRARY_RELEASE respectively and left ZLIB_LIBRARY blank.<br>
<br>
Although the DEBUG build is ok , my RELEASE builds ended up with library references to non-existent "optimized.lib" and "debug.lib"  as well as duplicating the debug and release versions of the zlib libraries.<br>
<br>
For example, this is pasted from the VS linker settings for and OSG project.<br>
....-<br>
optimized.lib<br>
D:\OSG\3rdParty\build\lib\<wbr>Release\zlib.lib<br>
debug.lib<br>
D:\OSG\3rdParty\build\lib\<wbr>Debug\zlibd.lib<br>
....<br>
<br>
Andrew<br>
<br>
------------------<br>
Read this topic online here:<br>
<a href="http://forum.openscenegraph.org/viewtopic.php?p=69206#69206" rel="noreferrer" target="_blank">http://forum.openscenegraph.<wbr>org/viewtopic.php?p=69206#<wbr>69206</a><br>
<br>
<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
</blockquote></div></div>