changes to how kdepimlibs and kdebase/workspace are installed and found

Alexander Neundorf neundorf at kde.org
Tue Dec 9 22:25:30 CET 2008


On Tuesday 09 December 2008, Modestas Vainius wrote:
> Hello,
>
> antradienis 09 Gruodis 2008, Alexander Neundorf rašė:
> > if (${CMAKE_VERSION_MAJOR}.${CMAKE_VERSION_MINOR}.${CMAKE_VERSION_PATCH}
> > VERSION_GREATER 2.6.2)
> >    set(configInstallDir ${LIB_INSTALL_DIR}/cmake/kfoo)
> > else ()
> >    set(configInstallDir ${LIB_INSTALL_DIR}/kfoo/cmake)
> > endif ()
>
> I would suggest to put this into macro to enable unified generation of
> configInstallDir for any project.

This would mean that the name and also the version number would have to be 
available in a standard way, which is currently not the case.
And I don't want to hide simple things (otherwise they become "magic").

Can there be any issues if somebody has a 2.6.2-built KDE and upgrades to 
cmake 2.6.3 ?

Alex


More information about the Kde-buildsystem mailing list