HI Eran, Could you post the full modified file or create a PR via github's openscenegraph repository.
Thanks, Robert. On 18 December 2017 at 17:37, Eran Cohen <[email protected]> wrote: > For anyone interested, the build failed because of the place that the Cmake > install script looked for the .pdb files of the examples. Cmake looked for > them in build/examples/example_name, but all the examples built them to > build/bin. > I manually changed the build location for the .pdb file for all of the > examples projects to the macro: > Code: > $(ProjectDir)$(AssemblyName)d.pdb > > and it fixed the problem. > > Cheers, > Eran[/quote] > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=72600#72600 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

