Bug 271738

Summary: libalkimia uses inconsistent install prefix
Product: [Frameworks and Libraries] libalkimia Reporter: Alex Merry <alex.merry>
Component: GeneralAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal CC: ralf.habacker
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 4.3.1

Description Alex Merry 2011-04-26 02:22:12 UTC
Version:           unspecified (using Devel) 
OS:                Linux

I'm reporting this bug under kmymoney as libalkimia doesn't appear to have a product in bko.

Libalkimia ignores the install directory for the include and pkgconfig files, but not for the library file.  This means the files can be installed in different locations, which confuses the FindLibalkimia.cmake script in kmymoney.

Since the installation defaults to the KDE 4 directory anyway, the include files should be installed to ${INCLUDE_INSTALL_DIR}/alkimia and the pkgconfig file to ${LIB_INSTALL_DIR}/pkgconfig.

Reproducible: Always
Comment 1 Thomas Baumgart 2011-04-30 21:32:29 UTC
SVN commit 1229874 by tbaumgart:

Installation path for include and pkgconfig files follows CMAKE_INSTALL_PREFIX

BUG: 271738

 M  +2 -2      CMakeLists.txt  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1229874