The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13213 
====================================================================== 
Reported By:                drahier
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13213
Category:                   Modules
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-05-11 08:31 WAT
Last Modified:              2012-05-11 08:31 WAT
====================================================================== 
Summary:                    VerifyManifest reports error where there is none
Description: 
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.

Steps to Reproduce: 
Put dll and manifest file (one you feel pretty sure of) in one directory and run
cmake -P CMakeVerifyManifest.cmake

Additional Information: 
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>
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-05-11 08:31 drahier        New Issue                                    
======================================================================

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to