MantisBT - CMake
View Issue Details
0013330CMakeCMakepublic2012-06-20 14:562012-11-05 14:33
Jaime Frey 
Brad King 
normalminorhave not tried
closedfixed 
CMake 2.8.8 
CMake 2.8.9CMake 2.8.9 
0013330: CMAKE_CXX_COMPILER_INIT used in CMakeDetermineCCompiler.cmake
At 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.
No tags attached.
Issue History
2012-06-20 14:56Jaime FreyNew Issue
2012-06-20 15:37Brad KingNote Added: 0029780
2012-06-20 15:53Brad KingNote Added: 0029781
2012-06-20 15:53Brad KingAssigned To => Brad King
2012-06-20 15:53Brad KingStatusnew => resolved
2012-06-20 15:53Brad KingResolutionopen => fixed
2012-06-20 15:53Brad KingFixed in Version => CMake 2.8.9
2012-06-20 15:53Brad KingTarget Version => CMake 2.8.9
2012-11-05 14:33David ColeNote Added: 0031457
2012-11-05 14:33David ColeStatusresolved => closed

Notes
(0029780)
Brad King   
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   
2012-06-20 15:53   
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b9ccaf5f [^]
(0031457)
David Cole   
2012-11-05 14:33   
Closing resolved issues that have not been updated in more than 4 months.