The latest SVN of osg has a problem when generating xcode projects with
cmake. In the main directory, CMakeLists.txt on line 349, is the following:
  ADD_DEFINITIONS("-DOSG_DEBUG_POSTFIX='\"${CMAKE_DEBUG_POSTFIX}\"'")

This causes problems on OSX. I would like to change this line to:

  ADD_DEFINITIONS("-DOSG_DEBUG_POSTFIX=${CMAKE_DEBUG_POSTFIX} ")

I don't know what implications this causes on other platforms. Is there a
good reason that there are all those extra quotes in the current build?

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

Reply via email to