diff options
author | Brad King <brad.king@kitware.com> | 2017-03-23 14:30:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-23 14:30:14 (GMT) |
commit | d4a693a08385024175240a5543cc2a7bb7311966 (patch) | |
tree | 55e5da07c95d4c928009662da8de5f78bc6411be /Modules/UseQt4.cmake | |
parent | 5ed4e48128837df0539cb1570c954e2872256930 (diff) | |
download | CMake-d4a693a08385024175240a5543cc2a7bb7311966.zip CMake-d4a693a08385024175240a5543cc2a7bb7311966.tar.gz CMake-d4a693a08385024175240a5543cc2a7bb7311966.tar.bz2 |
InstallRequiredSystemLibraries: Add support for VS 2017
VS 2017 (VS 15) places its redist DLLs in `Microsoft.VC150.*`
directories but still uses version number `140` in the DLL names. The
redist directories now have version numbers in their name, and the MSVC
and MFC runtime DLLs may be in directories with different versions.
Fill out our logic to handle this.
For now assume we are given the `MSVC_REDIST_DIR` value as a cache
entry. Unfortunately we cannot yet find the VS 2017 MSVC redist
directory automatically since there is no registry entry for the VS
installation. Later we will have to use `cmVSSetupHelper` for this.
Issue: #16735
Diffstat (limited to 'Modules/UseQt4.cmake')
0 files changed, 0 insertions, 0 deletions