Hello Robert,

Please find enclosed the following 2 bug fixes:

File osgShadow/Version.cpp, Line 25:

const char* osgShaodowGetLibraryName()

should be:

const char* osgShadowGetLibraryName()


File CMakeModules/OsgMacroUtils.cmake, Line 224:

SET_TARGET_PROPERTIES(${TARGET_TARGETNAME} PROPERTIES DEBUG_POSTFIX 
${CMAKE_DEBUG_POSTFIX})

should be:

SET_TARGET_PROPERTIES(${TARGET_TARGETNAME} PROPERTIES DEBUG_POSTFIX 
"${CMAKE_DEBUG_POSTFIX}")

Otherwise setting CMAKE_DEBUG_POSTFIX to an empty string instead of "d" in 
the main CMakeLists.txt does not work under Linux.

Attached patched files are against current SVN version.

Kind regards,

Paul Obermeier
LFK-Lenkflugkörpersysteme GmbH
Flight Control / Systems & Realtime Simulation 

Attachment: Version.cpp
Description: Version.cpp

Attachment: OsgMacroUtils.cmake
Description: OsgMacroUtils.cmake

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

Reply via email to