Hi Kim,

FREETYPE_INCLUDE_DIR_freetype2 = C:/Build/OpenSceneGraph
2.4/3rdParty/include/freetype
FREETYPE_INCLUDE_DIR_ft2build = C:/Build/OpenSceneGraph
2.4/3rdParty/include/
FREETYPE_LIBRARY_DEBUG = C:/Build/OpenSceneGraph
2.4/3rdParty/lib/freetype219_D.lib

There is another value, FREETYPE_LIBRARY, which is only shown when "Show advanced values" is checked in CMake. (why?) So I guess if you set that it'll generate the project.

I agree that there are problems detecting the dependencies when you specify the 3rdParty directory manually (using ACTUAL_3RDPARTY_DIR). I don't know why that happens. I always put my 3rdParty dir as a sibling of the OpenSceneGraph dir (which contains src/, include/, etc.) and that works for me (tm), so perhaps doing that would help. But in the case that's not possible, perhaps you could check out CMakeModules/Find3rdPartyDependencies.cmake and try to find out what's wrong with it in your usage pattern?

Hope this helps,

J-S
--
______________________________________________________
Jean-Sebastien Guay    [EMAIL PROTECTED]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to