| Summary: | incomplete information what library is expected | ||
|---|---|---|---|
| Product: | [Developer tools] buildsystem | Reporter: | Thorsten Staerk <dev> |
| Component: | KDE4 (cmake) | Assignee: | Alexander Neundorf <neundorf> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | christophe |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Thorsten Staerk
2008-11-15 17:03:05 UTC
linux-dtnt:~/kdelibs # svn diff
Index: cmake/modules/MacroLogFeature.cmake
===================================================================
--- cmake/modules/MacroLogFeature.cmake (revision 871997)
+++ cmake/modules/MacroLogFeature.cmake (working copy)
@@ -70,7 +70,7 @@
IF (NOT ${_var})
IF (${_minvers} MATCHES ".*")
- SET(_logtext "${_logtext}, ${_minvers}")
+ SET(_logtext "${_logtext}, ${_minvers} or higher")
ENDIF (${_minvers} MATCHES ".*")
SET(_logtext "${_logtext}: ${_description} <${_url}>")
IF (${_comments} MATCHES ".*")
assigning this bug to a nice guy... & to the correct product :) SVN commit 884713 by tstaerk: Tell the correct version information about needed libraries. BUGS:175232 M +1 -1 MacroLogFeature.cmake WebSVN link: http://websvn.kde.org/?view=rev&revision=884713 |