mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
file(GET_RUNTIME_DEPENDENCIES): Support VS 2022 without VS 2019
Find MSVC tools in VS 2022 installation.
This commit is contained in:
@@ -236,6 +236,7 @@ bool cmRuntimeDependencyArchive::GetGetRuntimeDependenciesCommand(
|
||||
cmGlobalGenerator* gg = this->GetMakefile()->GetGlobalGenerator();
|
||||
|
||||
// Add newer Visual Studio paths
|
||||
AddVisualStudioPath(paths, "Visual Studio 17 ", 17, gg);
|
||||
AddVisualStudioPath(paths, "Visual Studio 16 ", 16, gg);
|
||||
AddVisualStudioPath(paths, "Visual Studio 15 ", 15, gg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user