The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=11459 
====================================================================== 
Reported By:                Robert Lenhardt
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   11459
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2010-11-14 08:03 EST
Last Modified:              2010-11-14 08:03 EST
====================================================================== 
Summary:                    VS2010 Generator inserts object files as headers
Description: 
If you add an object file as source to a target, it gets inserted twice, as obj
and as header. This confuses VS and it refuses to load the project. The culprit
is WriteCLSources, it needs to check if the source file is an object file. I
added a patch against the master file.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-11-14 08:03 Robert LenhardtNew Issue                                    
2010-11-14 08:03 Robert LenhardtFile Added: no_objects_as_headers.patch         
          
======================================================================

_______________________________________________
cmake-developers mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to