View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013330CMakeCMakepublic2012-06-20 14:562012-11-05 14:33
ReporterJaime Frey 
Assigned ToBrad King 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake 2.8.8 
Target VersionCMake 2.8.9Fixed in VersionCMake 2.8.9 
Summary0013330: CMAKE_CXX_COMPILER_INIT used in CMakeDetermineCCompiler.cmake
DescriptionAt line 35 of CMakeDetermineCCompiler.cmake, CMAKE_CXX_COMPILER_INIT is set to NOTFOUND. I suspect it should be setting CMAKE_C_COMPILER_INIT instead, as that variable is used immediately below.

I don't know what effect this would have on users.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0029780)
Brad King (manager)
2012-06-20 15:37

Wow, that's been there for a while:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=35fb6f22 [^]

Reading the logic I think the only way this affects anything is if a project or user tries to set the undocumented/internal variable CMAKE_C_COMPILER_INIT and the line in question fails to clear it.
(0029781)
Brad King (manager)
2012-06-20 15:53

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b9ccaf5f [^]
(0031457)
David Cole (manager)
2012-11-05 14:33

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

 Issue History
Date Modified Username Field Change
2012-06-20 14:56 Jaime Frey New Issue
2012-06-20 15:37 Brad King Note Added: 0029780
2012-06-20 15:53 Brad King Note Added: 0029781
2012-06-20 15:53 Brad King Assigned To => Brad King
2012-06-20 15:53 Brad King Status new => resolved
2012-06-20 15:53 Brad King Resolution open => fixed
2012-06-20 15:53 Brad King Fixed in Version => CMake 2.8.9
2012-06-20 15:53 Brad King Target Version => CMake 2.8.9
2012-11-05 14:33 David Cole Note Added: 0031457
2012-11-05 14:33 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team