Files
OpenSceneGraph/CMakeModules
Robert Osfield 9a2bc98d3a From Paul Obermeier, "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.
"
2007-12-17 18:38:21 +00:00
..
2007-04-27 09:49:28 +00:00
2007-04-27 09:49:28 +00:00
2007-05-04 13:20:48 +00:00
2007-04-27 10:29:48 +00:00
2007-06-26 17:12:48 +00:00
2007-04-27 09:49:28 +00:00
2007-05-04 19:17:49 +00:00
2007-04-27 09:49:28 +00:00
2007-04-27 09:49:28 +00:00