View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000915CMakepublic2004-06-07 06:102004-06-14 10:36
ReporterMarco Feuerstein 
Assigned ToBill Hoffman 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000915: FindFLTK.cmake includes misspelled header Fl.h
DescriptionLine 29 of ./share/CMake/Modules/FindFLTK.cmake

FIND_PATH(FLTK_INCLUDE_DIR FL/Fl.h

should be replaced by

FIND_PATH(FLTK_INCLUDE_DIR FL/Fl.H

(note the UPPER CASE H!)
Also applies to CMake 1.8
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0001190)
Bill Hoffman (manager)
2004-06-14 10:36

I have changed it to look for both Fl.h and Fl.H as I have seen both with fltk.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team