Hi,

Robert Osfield wrote:
> 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.

I have blindly gone and deleted the CMAKE_MINIMUM_REQUIRED line in the
top level CMakeLists.txt on Debian sid. OSG and OT compiled fine.

Just another data point I guess.

jp

-- 
This message is subject to the CSIR's copyright, terms and conditions and
e-mail legal notice. Views expressed herein do not necessarily represent the
views of the CSIR.
 
CSIR E-mail Legal Notice
http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html 
 
CSIR Copyright, Terms and Conditions
http://mail.csir.co.za/CSIR_Copyright.html 
 
For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR
Legal Notice send a blank message with REQUEST LEGAL in the subject line to
[EMAIL PROTECTED]


This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.  MailScanner thanks Transtec Computers for their 
support.

_______________________________________________
osg-users mailing list
[EMAIL PROTECTED]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to