MantisBT - CMake
View Issue Details
0013315CMakeCPackpublic2012-06-19 02:162013-01-09 14:05
Alex Blekhman 
David Cole 
normalmajoralways
closedfixed 
MS Visual Studio 10Windows6.1
CMake 2.8.8 
CMake 2.8.10CMake 2.8.10 
0013315: Modules/InstallRequiredSystemLibraries looks for non-existing files.
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.
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'
No tags attached.
Issue History
2012-06-19 02:16Alex BlekhmanNew Issue
2012-06-19 11:07David ColeAssigned To => David Cole
2012-06-19 11:07David ColeStatusnew => assigned
2012-08-17 11:02David ColeTarget Version => CMake 2.8.10
2012-08-17 11:02David ColeNote Added: 0030691
2012-08-17 11:02David ColeStatusassigned => resolved
2012-08-17 11:02David ColeFixed in Version => CMake 2.8.10
2012-08-17 11:02David ColeResolutionopen => fixed
2013-01-09 14:05Robert MaynardNote Added: 0032073
2013-01-09 14:05Robert MaynardStatusresolved => closed

Notes
(0030691)
David Cole   
2012-08-17 11:02   
Fix pushed to 'next' today:

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e4e6ea0714dd9a1edf157676e49dbf0ef9abd0d2 [^]
(0032073)
Robert Maynard   
2013-01-09 14:05   
Closing resolved issues that have not been updated in more than 4 months.