cmake 2.4.2 stable released

Alexander Neundorf neundorf at kde.org
Thu May 18 06:49:46 BST 2006


On Wednesday 17 May 2006 23:59, you wrote:
> On Wednesday 17 May 2006 21:16, Alexander Neundorf wrote:
> > Hi,
> >
> > On Wednesday 17 May 2006 22:07, you wrote:
> > ...
> >
> > > We need this patch to use 2.4.2,
> > >
> > > Index: cmake/modules/KDE4Macros.cmake
> > > ===================================================================
> > > --- cmake/modules/KDE4Macros.cmake      (Revision 541949)
> > > +++ cmake/modules/KDE4Macros.cmake      (Arbeitskopie)
> > > @@ -497,7 +497,7 @@
> > >     endif (${second_PARAM} STREQUAL "RUN_UNINSTALLED")
> > >
> > >     if (NOT "${remove}" STREQUAL "NOTFOUND")
> > > -      list(REMOVE_ITEM ${_output_LIST} ${remove})
> > > +      list(REMOVE_AT ${_output_LIST} ${remove})
> > >     endif (NOT "${remove}" STREQUAL "NOTFOUND")
> > >
> > > but it will break the 2.4.1 usage. Is there a cmake version variable.
> >
> > I think your kdelibs is way too old ;-)
> > It works with both.
>
> Not here, on a windows box with a fresh kdelibs update.

Where does it complain ?
And you have current kdelibs trunk ?

Bye
Alex
-- 
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org                - http://www.kde.org
      alex AT neundorf.net               - http://www.neundorf.net




More information about the kde-core-devel mailing list