Hi Cedric,

On 8 March 2015 at 13:31, Robert Osfield <[email protected]> wrote:


> For testing purposes I periodically change the Cmake variable
> OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION to OFF.  When this setting is on
> (the default) a ref_ptr<> will be automatically case to a C pointer when
> required, when off you need to explicitly use the ref_ptr<>.get() method to
> get the C pointer.
>

I have modified the gles plugin to include the required .get() so it now
compliles cleanly with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to
OFF.  I haven't checked the plugin in yet, as I haven't done any testing
with.

I did a search for a FindJSON.cmake and came across one,

http://sourceforge.net/p/gdcm/gdcm/ci/b113933dc116c19390026f59da14bb9a81c1ecbb/tree/CMake/FindJSON.cmake

I will let you decide how you want to proceed with the osgjs plugin.

Robert.
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to