cmake 2.4.2 stable released
    Alexander Neundorf 
    neundorf at kde.org
       
    Wed May 17 21:16:25 BST 2006
    
    
  
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.
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