cmake 2.4.2 stable released

Paulo Moura Guedes moura at kdewebdev.org
Wed May 17 22:59:39 BST 2006


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.

Paulo




More information about the kde-core-devel mailing list