From kde-core-devel Wed May 30 13:28:33 2007 From: Stephan Kulow Date: Wed, 30 May 2007 13:28:33 +0000 To: kde-core-devel Subject: behaviour change in cmake Message-Id: <200705301528.35777.coolo () kde ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=118053177811625 Hi! Laurent was so nice to do the actual work as I knew what I wanted, but wasn't able to write the cmake code for that ;) So let me point out to you, that today's SVN will follow kdelibs whereever it goes - also KStandardDirs follows. In KDE3 you could overwrite installation paths, but you also had to install a /etc/kderc for KDE apps to follow you. I changed that yesterday. Thanks Laurent. Greetings, Stephan ---------- Weitergeleitete Nachricht ---------- Betreff: KDE/kdelibs Datum: Mittwoch 30 Mai 2007 Von: Laurent Montel An: kde-commits@kde.org SVN commit 669808 by mlaurent: Patch requested by Coolo. " you configure kdelibs to CMAKE_INSTALL_PREFIX=/usr CONFIG_INSTALL_DIR=/etc/kde" "then you go to kdetoys and do CMAKE_INSTALL_PREFIX=/usr" cmake didn't use CONFIG_INSTALL_DIR. Now we store value into KDELibsDependencies.cmake and we can use directly. not necessary to re-specify CONFIG_INSTALL_DIR in each module.