Hi,

On Windows platform, the OSG 3.2.1 DICOM plug-in incorrectly links
against both the Debug and Release version of zlib[d].lib in Debug
target.

Looking at src\osgPlugins\dicom\CMakeLists.txt, shouldn't the
directive at ln. 8 simply read:

    LINK_LIBRARIES(${DCMTK_LIBRARIES})

rather than:

    LINK_LIBRARIES(${DCMTK_LIBRARIES} ${ZLIB_LIBRARY})

SETUP_PLUGIN seems to already add the correct zlib[d].lib dependence.

Regards,

     Émeric
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to