[kmymoney] [Bug 403156] Cmake fails on Fedora 28 looking for LibAlkimia and Qt4 Core and DBus
Ralf Habacker
bugzilla_noreply at kde.org
Mon Jan 14 07:49:44 GMT 2019
https://bugs.kde.org/show_bug.cgi?id=403156
Ralf Habacker <ralf.habacker at freenet.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ralf.habacker at freenet.de
--- Comment #10 from Ralf Habacker <ralf.habacker at 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 the assignee for the bug.
More information about the KMyMoney-devel
mailing list