View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000299CMakepublic2003-10-23 13:002003-11-13 12:44
ReporterIan Scott 
Assigned ToBrad King 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000299: Fix to FindGTK.cmake
DescriptionFindGTK currently throws up warnings if GTK_gmodule_LIBRARY isn't found or set to IGNORE. The gmodule library is apparently not installed on several systems. And if not installed it may not be needed. So cmake should quietly ignore the problem.

This fix does that.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0000196)
Ian Scott (reporter)
2003-10-23 13:05

Here is the patch

Index: FindGTK.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindGTK.cmake,v
retrieving revision 1.8
diff -r1.8 FindGTK.cmake
7a8
> # GTK_GL_FOUND - IF false, don't try to use GTK's GL features
133d133
< ${GTK_gmodule_LIBRARY}
134a135,137
> IF (GTK_gmodule_LIBRARY)
> SET(GTK_LIBRARIES ${GTK_LIBRARIES} ${GTK_gmodule_LIBRARY})
> ENDIF (GTK_gmodule_LIBRARY)

(0000267)
Brad King (manager)
2003-11-12 17:44

Fixed in main tree:

Checking in FindGTK.cmake;
/cvsroot/CMake/CMake/Modules/FindGTK.cmake,v <-- FindGTK.cmake
new revision: 1.9; previous revision: 1.8
done

Fix should be applied to 1.8 branch.
(0000268)
Brad King (manager)
2003-11-13 12:44

Fix has been merged to 1.8 branch for 1.8.2 release.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team