Hi Martin,

On 4/11/07, Martin Spott <[EMAIL PROTECTED]> wrote:
CMake Error: This project requires version 2.4.6 of CMake.  You are running 
version 2.4.5.


Any idea how this could be solved ? It certainly is not a brilliant
idea to require every Debian/Etch user to install a separate CMake
package, is it ?

Forgot to mention, just try editing the OpenThreads/CMakeLists.txt and
OpenSceneGraph/CMakeLists.txt files to allow you to configure/generate
the build system with the cmake you have.

The line of interest is:

CMAKE_MINIMUM_REQUIRED(VERSION 2.4.6 FATAL_ERROR)


So changes this to:

CMAKE_MINIMUM_REQUIRED(VERSION 2.4.0 FATAL_ERROR)

Should allow things to compile.  This wouldn't be the final rev of
this line in the CMakeLists.txt, but should at least give us a
datapoint to work around.

Robert.
_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to