That was my mistake, found it after I posted the addition of these
paths, but forgot to contact Art about it.
Forward slashes also work.
(Not sure why CMake is treating these as literal char strings... Seems
like a bug in how CMake is parsing the file...)
Paul Martz
Skew Matrix Software LLC
_http://www.skew-matrix.com_ <http://www.skew-matrix.com/>
+1 303 859 9466
Thrall, Bryan wrote:
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]
------------------------------------------------------------------------
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org