[kdepimlibs] /: Interim hack to make everything which depends on kdepimlibs build again.

Ben Cooksley bcooksley at kde.org
Thu Dec 20 00:11:31 UTC 2012


Git commit f9ea1c7b4fb351a4da16b386c23f15d6c109728a by Ben Cooksley.
Committed on 20/12/2012 at 01:11.
Pushed by bcooksley into branch 'master'.

Interim hack to make everything which depends on kdepimlibs build again.
A proper solution is needed from the CMake folks, but I don't see consensus on that.
CCMAIL: kde-buildsystem at kde.org
CCMAIL: kde-pim at kde.org

M  +2    -0    KdepimLibsConfig.cmake.in

http://commits.kde.org/kdepimlibs/f9ea1c7b4fb351a4da16b386c23f15d6c109728a

diff --git a/KdepimLibsConfig.cmake.in b/KdepimLibsConfig.cmake.in
index e4c3ee1..41dc802 100644
--- a/KdepimLibsConfig.cmake.in
+++ b/KdepimLibsConfig.cmake.in
@@ -1,5 +1,7 @@
 # KdepimLibs.cmake is generated by CMake from kdepimlibs/KdepimLibs.cmake.in
 
+find_package(NepomukCore)
+
 # set the kdepimlibs version number
 set(KDEPIMLIBS_VERSION_MAJOR @KDEPIMLIBS_VERSION_MAJOR@)
 set(KDEPIMLIBS_VERSION_MINOR @KDEPIMLIBS_VERSION_MINOR@)


More information about the Kde-buildsystem mailing list