View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000593CMakepublic2004-02-13 14:262004-04-12 21:02
ReporterAmitha Perera 
Assigned ToBill Hoffman 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000593: FindGTK.cmake broken wrt GTKGLArea
DescriptionLine 149 of FindGTK.cmake

    SET( GTK_LIBRARIES ${GTK_LIBRARIES}
                        ${GTK_glib_LIBRARY} )

should use gtkgl_LIBRARY, not glib_LIBRARY, and it should come first, since it depends on gtk:

    SET( GTK_LIBRARIES ${GTK_gtkgl_LIBRARY} ${GTK_LIBRARIES} )
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0000863)
Bill Hoffman (manager)
2004-04-12 21:02

Thanks, I made the change

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team