Bug 271738 - libalkimia uses inconsistent install prefix
Summary: libalkimia uses inconsistent install prefix
Status: RESOLVED FIXED
Alias: None
Product: libalkimia
Classification: Frameworks and Libraries
Component: General (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-26 02:22 UTC by Alex Merry
Modified: 2020-11-05 08:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.3.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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