Hi,
I use a CMakeLists.txt that starts like:
PROJECT(kraft)
find_package(KDE4 REQUIRED)
find_package (KdepimLibs REQUIRED)
As long as KdepimLibsConfig.cmake is in /usr/lib/cmake/KdepimLibs/
it works. But on a 64 bit machine, where the file is in /usr/lib64/cmake/...
Kdepimlibs are not found.
I helped myself adding a
set(Kdepimlibs_DIR /usr/lib64/cmake/KdepimLibs/)
just after the find_package(KDE4), but that's surely not correct.
What's wrong here?
Thanks,
Klaas
>> Visit
http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<