View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000825CMakepublic2004-05-08 23:322004-05-18 14:45
ReporterSimon Warfield 
Assigned ToBill Hoffman 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000825: -Wno-deprecated flag given to all compilers
Descriptioncmake 1.8.3
generating compile options for intel cc 8.0
  (with VTK 4.2 as the cmake target)
the generated makefiles contain the flag -Wno-deprecated which is not understood by every compiler.

This flag is not apparent in the ccmake set of options.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0001063)
Bill Hoffman (manager)
2004-05-17 14:47

I can find no reference to -Wno-deprecated in the cmake source tree. I suspect that you have that set in your environment either in CFLAGS or CXXFLAGS, and cmake is picking it up from there.

(0001067)
Bill Hoffman (manager)
2004-05-17 16:11

Seems like the test for GNU is not working for intel cc.
(0001072)
Bill Hoffman (manager)
2004-05-18 14:45

I have fixed this in CVS, the crazy intel compiler says that it is __GNUC__ and intel. The fix should be in cmake 2.2 and is in cvs now.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team