reassign 612957 openscenegraph-examples
severity 612957 normal
thanks

Hello,

On penktadienis 11 Vasaris 2011 23:35:50 sergey wrote:
> CMake Warning (dev) in CMakeLists.txt:
>   No cmake_minimum_required command is present.  A line of code such as
> 
>     cmake_minimum_required(VERSION 2.8)
> 
>   should be added at the top of the file.  The version specified may be
> lower if you wish to support older CMake versions for this project.  For
> more information run "cmake --help-policy CMP0000".
> This warning is for project developers.  Use -Wno-dev to suppress it.
> 
> -- Configuring incomplete, errors occurred!
> --------------------------------------
> 
> It says that this warning about cmake_minimum_required is for project
> developers. Dear project developers, I resend now this warning to you :-)
> Please correct it and do better tests of your software before releasing it
> in future. Such warnings gives inaccurate look to your program and should
> not exist in releases of Debian because it tries to be high-quality
> operating system.

You misunderstood the warning. The origin of the warning is the bug is in the 
software you are trying to build but not in the cmake itself. So "developers" 
here is not the cmake developers, but developers of that third party software 
package which uses cmake as a build system.

Anyway given it's only a warning, it does not break compilation. The actual 
error is:

Unknown CMake command "SETUP_EXAMPLE".

So you're either building those examples wrong (look for README or such) or 
their build system is simply broken. I'm upgrading bug severity to normal in 
case it's the latter.

-- 
Modestas Vainius <mo...@debian.org>

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to