MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012394 | CMake | Modules | public | 2011-08-08 11:56 | 2012-02-06 06:07 |
|
Reporter | Giuseppe Bilotta | |
Assigned To | Brad King | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | Linux x86_64 | OS | Debian | OS Version | unstable |
Product Version | | |
Target Version | CMake 2.8.6 | Fixed in Version | CMake 2.8.6 | |
|
Summary | 0012394: Check compiler flags for Clang |
Description | The CHECK_C_COMPILER_FLAG and CHECK_CXX_COMPILER_FLAG macros do not properly detect the warning message with which clang complains about unknown flags |
Steps To Reproduce | A test such as
CHECK_CXX_COMPILER_FLAG("-Wagoiuhaoigfh" FLAG_IS_KNOWN)
will report Success instead of Fail |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | 0009516 | closed | Brad King | CHECK_COMPILER_FLAG and CHECK_CXX_COMPILER_FLAG won't detect unrecognized options with GCC |
|
Attached Files | 0001-Fix-CHECK_-C-CXX-_COMPILER_FLAG-for-Clang.patch (2,011) 2011-08-08 11:57 https://public.kitware.com/Bug/file/4000/0001-Fix-CHECK_-C-CXX-_COMPILER_FLAG-for-Clang.patch |
|
Issue History |
Date Modified | Username | Field | Change |
2011-08-08 11:56 | Giuseppe Bilotta | New Issue | |
2011-08-08 11:57 | Giuseppe Bilotta | File Added: 0001-Fix-CHECK_-C-CXX-_COMPILER_FLAG-for-Clang.patch | |
2011-08-08 11:57 | Giuseppe Bilotta | Note Added: 0027180 | |
2011-08-08 12:54 | Brad King | Assigned To | => Brad King |
2011-08-08 12:54 | Brad King | Status | new => assigned |
2011-08-08 12:54 | Brad King | Relationship added | related to 0009516 |
2011-08-08 12:54 | Brad King | Note Added: 0027181 | |
2011-08-08 13:00 | Brad King | Note Added: 0027182 | |
2011-08-08 13:00 | Brad King | Status | assigned => resolved |
2011-08-08 13:00 | Brad King | Resolution | open => fixed |
2011-09-12 17:16 | David Cole | Fixed in Version | => CMake 2.8.6 |
2011-09-12 17:16 | David Cole | Target Version | => CMake 2.8.6 |
2012-02-06 06:07 | David Cole | Note Added: 0028505 | |
2012-02-06 06:07 | David Cole | Status | resolved => closed |