[cmake-developers] [CMake 0015552]: InstallRequiredSystemLibraries breaks with VS2015

Mantis Bug Tracker mantis at public.kitware.com
Sat May 2 06:35:55 EDT 2015


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=15552 
====================================================================== 
Reported By:                patrik
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15552
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   high
Status:                     new
====================================================================== 
Date Submitted:             2015-05-02 06:35 EDT
Last Modified:              2015-05-02 06:35 EDT
====================================================================== 
Summary:                    InstallRequiredSystemLibraries breaks with VS2015
Description: 
The script breaks with the following warning:

CMake Warning at InstallRequiredSystemLibraries.cmake:424 (message): system
runtime library file does not exist: C:/Program Files (x86)/Microsoft Visual
Studio 14.0/VC/redist/x64/Microsoft.VC140.CRT/msvcr140.dll

It seems like in VS2015, Microsoft renamed/reorganised their runtime libraries
and the file msvcr140.dll doesn't exist anymore. There are 4 dll's in the
Microsoft.VC140.CRT/ folder:

concrt140.dll
msvcp140.dll
vccorlib140.dll
vcruntime140.dll

This may be related:
http://blogs.msdn.com/b/vcblog/archive/2015/03/03/introducing-the-universal-crt.aspx?PageIndex=3

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2015-05-02 06:35 patrik         New Issue                                    
======================================================================



More information about the cmake-developers mailing list