MantisBT - CMake
View Issue Details
0008332CMakeCMakepublic2008-12-28 22:002009-09-21 13:18
Baron L. Roberts 
 
normalminoralways
closedfixed 
CMake-2-6 
 
0008332: CMake XCode generator does not assign proper file type to *.pch files
The CMake 2.6.2 XCode project generator does not recognize precompiled header files (*.pch). This results in these files being treated treated as text. The attached patch adds the "pch" extension to the list of header file extensions.
No tags attached.
patch pch.patch (619) 2008-12-28 22:00
https://public.kitware.com/Bug/file/1948/pch.patch
Issue History
2008-12-28 22:00Baron L. RobertsNew Issue
2008-12-28 22:00Baron L. RobertsFile Added: pch.patch
2009-09-21 13:18Bill HoffmanNote Added: 0017676
2009-09-21 13:18Bill HoffmanStatusnew => closed
2009-09-21 13:18Bill HoffmanResolutionopen => fixed

Notes
(0017676)
Bill Hoffman   
2009-09-21 13:18   
$ cvs commit -m "Fix Bug 0008332, add support for .pch files for Xcode." cmGlobalXCodeGenerator.cxx
Committer: Bill Hoffman <bill.hoffman@kitware.com>
/cvsroot/CMake/CMake/Source/cmGlobalXCodeGenerator.cxx,v <-- cmGlobalXCodeGenerator.cxx
new revision: 1.229; previous revision: 1.228