MantisBT - CMake | |||||||||||||||||||||||||
View Issue Details | |||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||
0010704 | CMake | CMake | public | 2010-05-11 13:09 | 2011-06-17 18:10 | ||||||||||||||||||||
Reporter | McBen | ||||||||||||||||||||||||
Assigned To | David Cole | ||||||||||||||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||||||||
Platform | OS | OS Version | |||||||||||||||||||||||
Product Version | CMake-2-8 | ||||||||||||||||||||||||
Target Version | CMake 2.8.5 | Fixed in Version | CMake 2.8.5 | ||||||||||||||||||||||
Summary | 0010704: don't GenerateManifest flag (/Manifest:NO) doesn't work with VS 2010 | ||||||||||||||||||||||||
Description | The <GenerateManifest> Tag is written into the wrong section. It is inside the <link> block but should be inside the unnamed <PropertyGroup>. (where the properties "outdir", "targetname"... are) So VS2010 won't recognize that flag and will continue generating a manifest. Example script: PROJECT(test2) ADD_EXECUTABLE(test2 WIN32 test.c ) SET_TARGET_PROPERTIES(test2 PROPERTIES LINK_FLAGS " /MANIFEST:NO") NB: The Version Tag is written even when nothing was set ( /version 0.0 ). I don't believe this is a problem but atleast it doesn't looks nice :) | ||||||||||||||||||||||||
Steps To Reproduce | |||||||||||||||||||||||||
Additional Information | |||||||||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||||||||
Relationships |
| ||||||||||||||||||||||||
Attached Files | 0001-fixed-VS2010-GenerateManifest-flag.patch (3,567) 2010-06-04 02:19 https://public.kitware.com/Bug/file/3165/0001-fixed-VS2010-GenerateManifest-flag.patch | ||||||||||||||||||||||||
Issue History | |||||||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||||||
2010-05-11 13:09 | McBen | New Issue | |||||||||||||||||||||||
2010-06-04 02:19 | McBen | File Added: 0001-fixed-VS2010-GenerateManifest-flag.patch | |||||||||||||||||||||||
2010-06-04 02:21 | McBen | Note Added: 0020922 | |||||||||||||||||||||||
2010-12-15 09:44 | David Cole | Assigned To | => Bill Hoffman | ||||||||||||||||||||||
2010-12-15 09:44 | David Cole | Status | new => assigned | ||||||||||||||||||||||
2011-01-28 04:33 | gregmaster | Note Added: 0025119 | |||||||||||||||||||||||
2011-02-08 12:15 | David Cole | Assigned To | Bill Hoffman => David Cole | ||||||||||||||||||||||
2011-02-08 12:15 | David Cole | Relationship added | related to 0011216 | ||||||||||||||||||||||
2011-02-08 12:16 | David Cole | Relationship added | related to 0011171 | ||||||||||||||||||||||
2011-02-08 12:17 | David Cole | Relationship added | related to 0008386 | ||||||||||||||||||||||
2011-02-09 13:06 | David Cole | Note Added: 0025354 | |||||||||||||||||||||||
2011-02-09 13:06 | David Cole | Status | assigned => resolved | ||||||||||||||||||||||
2011-02-09 13:06 | David Cole | Resolution | open => fixed | ||||||||||||||||||||||
2011-02-16 11:42 | David Cole | Target Version | => CMake 2.8.5 | ||||||||||||||||||||||
2011-04-06 11:08 | David Cole | Relationship added | has duplicate 0012051 | ||||||||||||||||||||||
2011-06-06 18:25 | David Cole | Status | resolved => closed | ||||||||||||||||||||||
2011-06-06 18:25 | David Cole | Note Added: 0026716 | |||||||||||||||||||||||
2011-06-17 18:10 | David Cole | Fixed in Version | => CMake 2.8.5 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|