Thom DeCarlo wrote:
Well, I don't know about the rest, but I can test on OpenSUSE 10.2. After installing cmake from the cmake.org website (the OpenSUSE distro provides cmake v2.4.3, which is too old, according to the error I received) I was able to build and install with no further problems.
There is a substantial non-deterministic bug (don't you love those?) in CMake 2.4.3 that affects users of Visual Studio which I think is why the 2.4.6 requirement is there.
One thing that could be done is to do is reduce the requirement to 2.4.3 for Linux users and add an IF(MSVC) section that requires > 2.4.3 just to prevent the Windows users from accidently shooting themselves in the foot.
-- Philip Lowman Simulation Development Engineer, Modeling and Simulation Technology General Dynamics Land Systems http://www.gdls.com _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
