The last two paths in OSG_SEARCH_PATHS in osgPPU's FindOSG.cmake don't properly 
escape backslashes, causing CMake (I'm using version 2.6) to error when trying 
to configure on Windows and osgPPU is not right next to OSG:

"C:\Program Files\OpenSceneGraph"
"C:\Program Files (x86)\OpenSceneGraph"

Should be:

"C:\\Program Files\\OpenSceneGraph"
"C:\\Program Files (x86)\\OpenSceneGraph"

Fixed FindOSG.cmake is attached.

--
Bryan Thrall
FlightSafety International
[email protected]
  


Attachment: FindOSG.cmake
Description: FindOSG.cmake

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

Reply via email to