View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013505CMakeCMakepublic2012-08-31 11:162013-01-09 14:05
ReporterJaime Frey 
Assigned ToBrad King 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformAppleOSMac OS XOS Version10.8
Product VersionCMake 2.8.9 
Target VersionCMake 2.8.10Fixed in VersionCMake 2.8.10 
Summary0013505: Different search orders for C and C++ compilers
DescriptionThe 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?
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0030810)
Brad King (manager)
2012-08-31 11:45

This was reported here:

 http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/4379 [^]

and fixed here:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7e58e5bb [^]
(0032084)
Robert Maynard (manager)
2013-01-09 14:05

Closing resolved issues that have not been updated in more than 4 months.

 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


Copyright © 2000 - 2018 MantisBT Team