Bug 191412 - The FindKDE4.cmake script shipped with cmake 2.4.7 is broken and doesn't allow installation of applications which use KDE4 outside the KDE4 directory.
|
Bug#:
191412
|
Product: Gentoo Linux
|
Version: 2007.0
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: kde@gentoo.org
|
Reported By: zephyrus.271@gmail.com
|
|
Component: KDE
|
|
|
URL:
|
|
Summary: The FindKDE4.cmake script shipped with cmake 2.4.7 is broken and doesn't allow installation of applications which use KDE4 outside the KDE4 directory.
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-09-05 17:55 0000
|
The FindKDE4.cmake script shipped with cmake fails to detect an existing KDE4
installation if the program being built is not going to be installed in the
same directory as KDE4. This happens because the script in question
misinterprets the KDEDIRS environment variable, supposing that it contains the
directory of the KDE4 binaries, which it turns to not be the case.
This bug is already fixed in the CMake SVN - See revision 1.10
http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/FindKDE4.cmake?rev=1.10&root=CMake&r1=1.10&view=log
Thanks, Zephyrus! I've just checked the fix in.