Bug 310378

Summary: Build status summary in cmake runs
Product: [Applications] marble Reporter: Dennis Nienhüser <nienhueser>
Component: generalAssignee: Dennis Nienhüser <nienhueser>
Status: RESOLVED FIXED    
Severity: task    
Priority: NOR    
Version: 1.6 (KDE 4.11)   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
URL: https://git.reviewboard.kde.org/r/107465/
Latest Commit: Version Fixed In:

Description Dennis Nienhüser 2012-11-19 21:06:43 UTC
When running cmake, there should be a summary output that lists each possible dependency along with it's type (required, optional, foreign system), status (found/not found) and purpose.

E.g.
Qt: Version 4.8.3 found (required, core dependency)
liblocation: Not found (Maemo only, location provider)
libwlocate: Found (optional, location provider)
libshp: Not found (optional, support for opening .shp files)
Comment 1 Dennis Nienhüser 2012-11-25 19:00:24 UTC
Patch at https://git.reviewboard.kde.org/r/107465/
Comment 2 Dennis Nienhüser 2012-11-30 20:33:50 UTC
Pushed to the kitchen branch.