MantisBT - CMake | |||||||||||||||
| View Issue Details | |||||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||
| 0011216 | CMake | CMake | public | 2010-09-08 10:35 | 2011-06-17 18:20 | ||||||||||
| Reporter | Jörg Riedel | ||||||||||||||
| Assigned To | David Cole | ||||||||||||||
| Priority | normal | Severity | major | 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 | 0011216: Link with /MANIFEST even /manifest:no was set | ||||||||||||||
| Description | I comment out #SET(CMAKE_START_TEMP_FILE "") #SET(CMAKE_END_TEMP_FILE "") #SET(CMAKE_VERBOSE_MAKEFILE 1) in file C:\Programme\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake and found a /MANIFEST at the end of the link command, although i have set "/manifest:no". At least i found the reason at line 4250 of cmake.cxx where an unconditioned linkCommand.push_back("/MANIFEST"); occured. I would suggest to put it in the condition hasManifest as propageted in the attached patch. Jörg | ||||||||||||||
| Steps To Reproduce | |||||||||||||||
| Additional Information | |||||||||||||||
| Tags | No tags attached. | ||||||||||||||
| Relationships |
| ||||||||||||||
| Attached Files | https://public.kitware.com/Bug/file/3365/patch0.patch | ||||||||||||||
| Issue History | |||||||||||||||
| Date Modified | Username | Field | Change | ||||||||||||
| 2010-09-08 10:35 | Jörg Riedel | New Issue | |||||||||||||
| 2010-09-08 10:35 | Jörg Riedel | File Added: patch0.patch | |||||||||||||
| 2010-09-16 09:31 | atomicbob | Note Added: 0022258 | |||||||||||||
| 2011-01-17 16:44 | David Cole | Assigned To | => David Cole | ||||||||||||
| 2011-01-17 16:44 | David Cole | Status | new => assigned | ||||||||||||
| 2011-01-17 16:44 | David Cole | Severity | minor => major | ||||||||||||
| 2011-02-08 12:15 | David Cole | Relationship added | related to 0010704 | ||||||||||||
| 2011-02-08 12:16 | David Cole | Relationship added | related to 0011171 | ||||||||||||
| 2011-02-09 13:07 | David Cole | Note Added: 0025355 | |||||||||||||
| 2011-02-09 13:07 | David Cole | Status | assigned => resolved | ||||||||||||
| 2011-02-09 13:07 | David Cole | Resolution | open => fixed | ||||||||||||
| 2011-06-06 18:25 | David Cole | Status | resolved => closed | ||||||||||||
| 2011-06-06 18:25 | David Cole | Note Added: 0026708 | |||||||||||||
| 2011-06-17 18:20 | David Cole | Fixed in Version | => CMake 2.8.5 | ||||||||||||
| 2011-06-17 18:20 | David Cole | Target Version | => CMake 2.8.5 | ||||||||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||