Hi there,

the VRML plugin in the current SVN head depends on boost_system but won't setup 
it dependencies correctly. Adding the following at the 
osgPlugins/vrml/CMakeLists.txt:39 solves the problem:

FIND_PACKAGE(Boost 1.37 REQUIRED COMPONENTS system)
if (Boost_SYSTEM_FOUND)
        SET(TARGET_EXTERNAL_LIBRARIES ${Boost_SYSTEM_LIBRARY})
endif()

Best regards
Stefan
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to