does debian require cmake 2.6 for building KDE ?

Alexander Neundorf neundorf at kde.org
Wed Jul 9 21:45:08 CEST 2008


On Wednesday 09 July 2008, Allen Winter wrote:
> On Wednesday 09 July 2008 14:10:24 Alexander Neundorf wrote:
...
> > "cp: cannot stat `debian/tmp//usr/share/man/man1/kdecmake.1': No such
> > file or directory"
> > And if this is the error, it shouldn't be a problem, if you build KDE
> > with 2.4, you will just not have the man page for the KDE cmake modules,
> > not nice, but no real problem.
>
> Alex,
>
> Could you put in a conditional if( CMAKE_VERSION 2.4.x) then don't build
> and install the kdecmake man page?

We have that since we do that:
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" GREATER "2.5")

Alex



More information about the Kde-buildsystem mailing list