> > BTW I resolved the issue by hardcoding the freetype include and lib > > info into the CMake GUI dialog. > > Yeah, I did that too since on Windows, it's hard to > autodetect some optional dependencies (Collada, OpenVRML, > QuickTime, etc.) so I always hate having to re-do the CMake > config from scratch.
FYI, I _did_ delete my CMake cache as you suggested, but CMake was still unable to find the latest Windows freetype lib/header in the 3rdParty sibling directory. I _had_ to enter the paths and filename by hand. I can understand it not finding the library, as the filename has changed (perhaps a CMake wizard can help with this problem?). However, CMake should have found the freetype include directory. But it did not. So that's still a mystery. -Paul _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

