MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0010652 | CMake | CMake | public | 2010-04-30 14:35 | 2011-04-04 12:00 | |||||
Reporter | Robert Ioffe | |||||||||
Assigned To | Bill Hoffman | |||||||||
Priority | normal | Severity | major | Reproducibility | always | |||||
Status | closed | Resolution | duplicate | |||||||
Platform | OS | OS Version | ||||||||
Product Version | CMake-2-8 | |||||||||
Target Version | Fixed in Version | CMake 2.8.4 | ||||||||
Summary | 0010652: Wrong closing XML tag in project generations | |||||||||
Description | For one of my projects, <CLInclude> tag is closed with </ClCompile> tag: <ClInclude Include="..\..\..\tests\test_hardware_enum\affinity_resources.c"> <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">CompileAsC</CompileAs> <CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">CompileAsC</CompileAs> <CompileAs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">CompileAsC</CompileAs> <CompileAs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">CompileAsC</CompileAs> </ClCompile> When I change ClCompile to ClInclude manually, I am able to load the project, but on later regenerations the issue reoccurs, obviously. | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | I use the following command after creating targets: set_source_files_properties(test_hardware_enum_lrb.cpp affinity_resources.c PROPERTIES HEADER_FILE_ONLY true) Not sure if that affects the situation | |||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2010-04-30 14:35 | Robert Ioffe | New Issue | ||||||||
2010-04-30 14:36 | Robert Ioffe | Note Added: 0020496 | ||||||||
2010-12-14 18:52 | David Cole | Assigned To | => Bill Hoffman | |||||||
2010-12-14 18:52 | David Cole | Status | new => assigned | |||||||
2010-12-14 18:52 | David Cole | Note Added: 0024117 | ||||||||
2010-12-14 18:52 | David Cole | Relationship added | duplicate of 0011404 | |||||||
2010-12-14 18:52 | David Cole | Status | assigned => resolved | |||||||
2010-12-14 18:52 | David Cole | Fixed in Version | => CMake 2.8.4 | |||||||
2010-12-14 18:52 | David Cole | Resolution | open => duplicate | |||||||
2011-04-04 12:00 | David Cole | Note Added: 0026045 | ||||||||
2011-04-04 12:00 | David Cole | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|