View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000506CMakepublic2004-01-11 14:172004-04-15 11:55
ReporterFred Wheeler 
Assigned ToBill Hoffman 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000506: FindMFC.cmake: MFC not available via MinGW
DescriptionFindMFC.cmake should not report MFC is available when using MinGW.
MinGW does not give you access to MFC. Need another IF layer in that
file,

...
IF(NOT MINGW)
...
ENDIF(NOT MINGW)
...
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0000880)
Bill Hoffman (manager)
2004-04-15 11:55

fixed.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team