MantisBT - CMake | |||||||||||||||
View Issue Details | |||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||
0014710 | CMake | CMake | public | 2014-01-20 05:08 | 2016-06-10 14:31 | ||||||||||
Reporter | Evgeny Grin | ||||||||||||||
Assigned To | Patrick R. Gansterer | ||||||||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||||||||
Status | closed | Resolution | moved | ||||||||||||
Platform | PC | OS | Windows | OS Version | |||||||||||
Product Version | CMake 2.8.12 | ||||||||||||||
Target Version | Fixed in Version | ||||||||||||||
Summary | 0014710: Wrong value in VS .vcxproj project file | ||||||||||||||
Description | Same for Visual Studio 10/11/12. Set additional properties for asm files by set_source_files_properties(${SOURCE_ASMS} PROPERTIES COMPILE_FLAGS /W2) CMake produce .vcxproj with wrong string <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level2</WarningLevel> that fail to compile with error error MSB3693: Unable to execute Xaml task. The value "Level2" specified for task parameter "WarningLevel" is not valid. correct format is <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">2</WarningLevel> | ||||||||||||||
Steps To Reproduce | |||||||||||||||
Additional Information | |||||||||||||||
Tags | asm, masm, visual studio, windows | ||||||||||||||
Relationships |
| ||||||||||||||
Attached Files | |||||||||||||||
Issue History | |||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||
2014-01-20 05:08 | Evgeny Grin | New Issue | |||||||||||||
2014-01-20 05:10 | Evgeny Grin | Tag Attached: asm | |||||||||||||
2014-01-20 05:10 | Evgeny Grin | Tag Attached: masm | |||||||||||||
2014-01-20 05:10 | Evgeny Grin | Tag Attached: visual studio | |||||||||||||
2014-01-20 05:10 | Evgeny Grin | Tag Attached: windows | |||||||||||||
2014-01-20 05:14 | Evgeny Grin | Note Added: 0034963 | |||||||||||||
2014-01-20 09:05 | Brad King | Assigned To | => Patrick R. Gansterer | ||||||||||||
2014-01-20 09:05 | Brad King | Status | new => assigned | ||||||||||||
2014-01-20 09:05 | Brad King | Relationship added | related to 0011536 | ||||||||||||
2014-01-20 09:06 | Brad King | Relationship added | related to 0014711 | ||||||||||||
2014-01-20 12:09 | Evgeny Grin | Note Edited: 0034963 | bug_revision_view_page.php?bugnote_id=34963#r1378 | ||||||||||||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042466 | |||||||||||||
2016-06-10 14:29 | Kitware Robot | Status | assigned => resolved | ||||||||||||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||||||||||||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|