https://bugs.kde.org/show_bug.cgi?id=403156
Ralf Habacker <ralf.habac...@freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ralf.habac...@freenet.de --- Comment #10 from Ralf Habacker <ralf.habac...@freenet.de> --- (In reply to Rex Dieter from comment #9) > Thanks for the clarification. > > I'd jumped to that conclusion seeing the output: > > " The following configuration files were considered but not accepted: > /usr/lib64/cmake/LibAlkimia5-7.0/LibAlkimia5Config.cmake, version: 7.0.1 The alkimia check in https://cgit.kde.org/kmymoney.git/tree/CMakeLists.txt?h=5.0#n73 is hardcoded to a single alkimia version and need to be fixed. As workaround in top level CMakeLists.txt chane from find_package(LibAlkimia5 7.0.0 REQUIRED) to find_package(LibAlkimia5 7.0 REQUIRED) -- You are receiving this mail because: You are watching all bug changes.