CMake error compiling kde-runtime

David Faure faure at kde.org
Sun Feb 23 10:28:27 UTC 2014


On Sunday 23 February 2014 11:05:16 David Gil Oliva wrote:
> CMake Error at
> /home/david/KF5/share/cmake-3.0/Modules/CMakeFindDependencyMacro.cmake:52
> (find_package):
>   Could not find a configuration file for package "KF5DesignerPlugin" that
> is
>   compatible with requested version "5.2".

I just analyzed and reported this error on kde-buildsystem.

For now, "git checkout v2.8.12.2" in your cmake git repo, or apply this

diff --git a/kf5-frameworks-build-include b/kf5-frameworks-build-include
index df4498a..c1cf637 100644
--- a/kf5-frameworks-build-include
+++ b/kf5-frameworks-build-include
@@ -13,6 +13,8 @@
 
 module cmake-git
     repository git://cmake.org/cmake.git
+    # Workaround for broken find_dependency in cmake master right now
+    tag v2.8.12.2
 end module
 
 module libdbusmenu-qt

-- 
David Faure, faure at kde.org, http://www.davidfaure.fr
Working on KDE, in particular KDE Frameworks 5



More information about the Kde-frameworks-devel mailing list