MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013537 | CMake | (No Category) | public | 2012-09-14 06:47 | 2012-09-14 13:19 |
|
Reporter | Jamie Kirkpatrick | |
Assigned To | | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | duplicate | |
Platform | | OS | Mac OS X | OS Version | 10.7.1 |
Product Version | CMake 2.8.9 | |
Target Version | | Fixed in Version | | |
|
Summary | 0013537: CMAKE_CXX_HAS_ISYSROOT and CMAKE_C_HAS_ISYSROOT not set correctly for clang++/clang |
Description | For GNU compilers these are detected by parsing the output of the help command for the compiler - clang unfortunately does not mention these flags in its output so detection fails.
This causes the CMAKE_OSX_SYSROOT variable to be ignored, resulting in compilation against the wrong SDK. |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | duplicate of | 0013536 | closed | Brad King | CMAKE_CXX_HAS_ISYSROOT and CMAKE_C_HAS_ISYSROOT not set correctly for clang++/clang |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-09-14 06:47 | Jamie Kirkpatrick | New Issue | |
2012-09-14 07:17 | Jamie Kirkpatrick | Note Added: 0031028 | |
2012-09-14 07:41 | Rolf Eike Beer | Status | new => closed |
2012-09-14 07:41 | Rolf Eike Beer | Resolution | open => duplicate |
2012-09-14 13:19 | David Cole | Relationship added | duplicate of 0013536 |