View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000578CMakepublic2004-02-04 17:472006-10-05 10:00
ReporterBrad King 
Assigned ToBrad King 
PrioritylowSeverityfeatureReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000578: CMAKE_ANSI_CXXFLAGS should be provided
DescriptionMany projects require ANSI C and/or C++ compilers. Some compilers require special compiler options to enable ANSI features. CMAKE_ANSI_CFLAGS is provided if backward compatibility modules are included, but these do much more than just determine ANSI C flags. There is also no module that provides ANSI C++ flags (like -LANG:std on the SGI MIPSpro compiler). A module for this specific purpose should be provided.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0000620)
Brad King (manager)
2004-02-04 17:52

Even better, there should be a generalized option of "compile with ANSI compiler" and CMake should know how to add the options automatically. This would avoid problems with multiple nested projects adding duplicate ANSI support flags.
(0005239)
Brad King (manager)
2006-10-05 10:00

I've changed my mind. Every project has its own preferences for these flags.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team