By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 1147 - Build issue: kbfx use hardcoded directories in cmake macros
Summary: Build issue: kbfx use hardcoded directories in cmake macros
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: All Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-08-04 11:58 CDT by Francois Andriot
Modified: 2012-11-02 06:00 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francois Andriot 2012-08-04 11:58:23 CDT
Hello, kbfs installs via cmake, and there is a "FindKdeLibs.cmake" file provided.

Alas, this file contains hardcoded relative path to ${CMAKE_INSTALL_PREFIX} for all installation directories, which prevents from using non-standard directories.

E.G:
set(INCLUDE_INSTALL_DIR      "${CMAKE_INSTALL_PREFIX}/include"             CACHE PATH "The subdirectory to the header prefix" FORCE)


So I cannot use "cmake -DINCLUDE_INSTALL_DIR=XXX" to install my headers elsewhere.
Comment 1 Darrell 2012-11-01 23:50:16 CDT
Is this bug still valid or resolved through one of the other bug reports?
Comment 2 Francois Andriot 2012-11-02 06:00:18 CDT
The bug report was about 3.5.13 .
It looks like it's gone in 3.5.13.1 .
I close the bug.