MantisBT - CMake
View Issue Details
0014387CMakeCMakepublic2013-09-03 12:532014-03-05 09:58
Martin Gegenheimer 
Brad King 
normalmajorhave not tried
closedfixed 
intelWindowsWindows 7 64 bit
CMake 2.8.11.2 
CMake 3.0CMake 3.0 
0014387: setting MS build output verbosity to "Diagnostic" in VisualStudio leads to CMAKE_CXX_SIZEOF_DATA_PTR set to ""
CMake seems to find the CXX compiler (MS VC 11, 32 bit) but CMAKE_CXX_SIZEOF_DATA_PTR is not set as expected (4) but is empty.
VS 2012: Tools/Options/Projects and Solutions/Build and Run/MSBuild project output verbosity: Normal -> Diagnostic

Then configure a CMake project with VS 11 generator.
No tags attached.
patch 0001-VS-Tolerate-diagnostic-output-while-detecting-cl-143.patch (1,542) 2013-09-03 14:07
https://public.kitware.com/Bug/file/4870/0001-VS-Tolerate-diagnostic-output-while-detecting-cl-143.patch
Issue History
2013-09-03 12:53Martin GegenheimerNew Issue
2013-09-03 14:07Brad KingFile Added: 0001-VS-Tolerate-diagnostic-output-while-detecting-cl-143.patch
2013-09-03 14:08Brad KingNote Added: 0033779
2013-09-04 03:30Martin GegenheimerNote Added: 0033782
2013-09-04 07:56Brad KingNote Added: 0033783
2013-09-04 07:56Brad KingAssigned To => Brad King
2013-09-04 07:56Brad KingStatusnew => resolved
2013-09-04 07:56Brad KingResolutionopen => fixed
2013-09-04 07:56Brad KingFixed in Version => CMake 3.0
2013-09-04 07:56Brad KingTarget Version => CMake 3.0
2014-03-05 09:58Robert MaynardNote Added: 0035253
2014-03-05 09:58Robert MaynardStatusresolved => closed

Notes
(0033779)
Brad King   
2013-09-03 14:08   
Please try the attached "0001-VS-Tolerate-diagnostic-output-while-detecting-cl-143.patch". The change is small enough you can probably hack it into your local installation by hand.
(0033782)
Martin Gegenheimer   
2013-09-04 03:30   
Works.
Thank you for the very quick response.
(0033783)
Brad King   
2013-09-04 07:56   
Applied, thanks for testing:

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8c891f86 [^]
(0035253)
Robert Maynard   
2014-03-05 09:58   
Closing resolved issues that have not been updated in more than 4 months