MantisBT - CMake
View Issue Details
0013213CMakeModulespublic2012-05-11 03:312016-06-10 14:31
drahier 
Bill Hoffman 
normalminoralways
closedmoved 
x86WindowsXP SP3
CMake 2.8.8 
 
0013213: VerifyManifest reports error where there is none
When I run CMakeVerifyManifest.cmake on (for example) a boost dll like date_time, it tells me that the embedded manifest does not match the one in the external file.
The output it prints is identical for both manifests, however. This is true for all libraries I have come across so far, even so manifest and dll stem from the same machine/compiler.
Put dll and manifest file (one you feel pretty sure of) in one directory and run cmake -P CMakeVerifyManifest.cmake
Windows runs inside a VirtualBox, just in case it matters. Compiler is msvc 8.0.
Manifest of dll:

<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
  <dependency>
    <dependentAssembly>
      <assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50727.762' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
    </dependentAssembly>
  </dependency>
</assembly>
No tags attached.
Issue History
2012-05-11 03:31drahierNew Issue
2012-05-11 07:55Brad KingAssigned To => Bill Hoffman
2012-05-11 07:55Brad KingStatusnew => assigned
2016-06-10 14:28Kitware RobotNote Added: 0042047
2016-06-10 14:28Kitware RobotStatusassigned => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042047)
Kitware Robot   
2016-06-10 14:28   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.