[cmake-developers] [CMake 0013315]: Modules/InstallRequiredSystemLibraries looks for non-existing files.

Mantis Bug Tracker mantis at public.kitware.com
Tue Jun 19 02:16:40 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13315 
====================================================================== 
Reported By:                Alex Blekhman
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13315
Category:                   CPack
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-06-19 02:16 EDT
Last Modified:              2012-06-19 02:16 EDT
====================================================================== 
Summary:                    Modules/InstallRequiredSystemLibraries looks for
non-existing files.
Description: 
Modules/InstallRequiredSystemLibraries.cmake tries to install non-existing file:
'C:/Program Files (x86)/Microsoft Visual Studio
10.0/VC/redist/x64/Microsoft.VC100.MFCLOC/mfc100esp.dll'

This file has been renamed to 'mfc100esn.dll' for both x86 and x64 versions of
the MFC 10.0 library.

Steps to Reproduce: 
Execute the following CMake script:

INCLUDE(InstallRequiredSystemLibraries)

The output is:

CMake Warning at C:/Program Files (x86)/CMake
2.8/share/cmake-2.8/Modules/InstallRequiredSystemLibraries.cmake:342 (MESSAGE):
  system runtime library file does not exist: 'C:/Program Files
  (x86)/Microsoft Visual Studio
  10.0/VC/redist/x64/Microsoft.VC100.MFCLOC/mfc100esp.dll'
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-06-19 02:16 Alex Blekhman  New Issue                                    
======================================================================




More information about the cmake-developers mailing list