I see there is a CMake 2.4.7. Does OSG's suggested CMake version get updated whenever somebody runs into a problem, when someone has time, or when CMake is updated? I'd guess it was when needed and when someone has time to validate it.
I found a variable called CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES (at least that was its name at the time I tried it, using a non-final 2.4.7). It allows you to specify directories which would not be explicitly emitted by CMake. (That's not what the name suggests to me, but it seemed to work.) I used it to keep /usr/lib64 from being emitted by CMake, because our directories are elsewhere. I'd like to use this variable rather than specifying overriding it by getting other libraries in before this automatically emitted /usr/lib64. We'd like to be at the CMake version recommended by OSG, but I'd like to get have this variable. Any ideas on when OSG would update? andy
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

