MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013505 | CMake | CMake | public | 2012-08-31 11:16 | 2013-01-09 14:05 |
Reporter | Jaime Frey | ||||
Assigned To | Brad King | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Apple | OS | Mac OS X | OS Version | 10.8 |
Product Version | CMake 2.8.9 | ||||
Target Version | CMake 2.8.10 | Fixed in Version | CMake 2.8.10 | ||
Summary | 0013505: Different search orders for C and C++ compilers | ||||
Description | The search order for C compilers (CMAKE_C_COMPILER_LIST) set in CMakeDetermineCCompiler.cmake has gcc first and cc second. The search order for C++ compilers (CMAKE_CXX_COMPILER_LIST) set in CMakeDetermineCXXCompiler.cmake has c++ first and g++ second. On recent versions of Mac OS X, this results in the default compilers being the GNU C compiler and the Clang C++ compiler. This mixing of compiler suites has caused problems for us when detecting which command-line options are supported. Can the compiler search orders be made consistent? | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-08-31 11:16 | Jaime Frey | New Issue | |||
2012-08-31 11:45 | Brad King | Note Added: 0030810 | |||
2012-08-31 11:45 | Brad King | Assigned To | => Brad King | ||
2012-08-31 11:45 | Brad King | Status | new => resolved | ||
2012-08-31 11:45 | Brad King | Resolution | open => fixed | ||
2012-08-31 11:45 | Brad King | Fixed in Version | => CMake 2.8.10 | ||
2012-08-31 11:45 | Brad King | Target Version | => CMake 2.8.10 | ||
2013-01-09 14:05 | Robert Maynard | Note Added: 0032084 | |||
2013-01-09 14:05 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|