https://bugs.kde.org/show_bug.cgi?id=486168
Mattia <mattia.ve...@tiscali.it> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mattia.ve...@tiscali.it --- Comment #12 from Mattia <mattia.ve...@tiscali.it> --- This bug is due to Fedora using kdiagram 3.0.1 at build time, which leads to: ``` CMake Warning at CMakeLists.txt:143 (find_package): By not providing "FindKChart.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "KChart", but CMake did not find one. Could not find a package configuration file provided by "KChart" (requested version 2.6.0) with any of the following names: KChartConfig.cmake kchart-config.cmake Add the installation prefix of "KChart" to CMAKE_PREFIX_PATH or set "KChart_DIR" to a directory containing one of the above files. If "KChart" provides a separate development package or SDK, be sure it has been installed. ``` Indeed, kdiagram 3.0.1 provides `KChartConfig6.cmake`. I'll rebuild kmymoney using the compatibility package kdiagram2 2.8.0 (which I already tested to fix the problem). However I think you should be aware of this change for future compatibility. -- You are receiving this mail because: You are watching all bug changes.