View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000903CMakepublic2004-06-01 14:172004-06-03 14:51
ReporterLuis Ibanez 
Assigned ToBill Hoffman 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000903: FindFLTK.cmake list FLTK libraries in disorder
DescriptionThe Module FindFLTK.cmake is listing the FLTK libraries in disorder. This produces link problems under Linux.

In line 86 it has

  SET( FLTK_LIBRARIES
    ${FLTK_BASE_LIBRARY}
    ${FLTK_GL_LIBRARY}
    ${FLTK_FORMS_LIBRARY}
    ${FLTK_IMAGES_LIBRARY}
    ${FLTK_PLATFORM_DEPENDENT_LIBS} )

but it should be

  SET( FLTK_LIBRARIES
    ${FLTK_GL_LIBRARY}
    ${FLTK_FORMS_LIBRARY}
    ${FLTK_IMAGES_LIBRARY}
    ${FLTK_BASE_LIBRARY}
    ${FLTK_PLATFORM_DEPENDENT_LIBS} )
TagsNo tags attached.
Attached Files

 Relationships

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team