Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brad King
CMake
Commits
246bba73
Commit
246bba73
authored
May 19, 2022
by
Brad King
Committed by
Kitware Robot
May 20, 2022
Browse files
Stage topic 'vs2022-only'
Topic-id: 7282 Topic-url:
cmake/cmake!7282
parents
46078dfa
235b5fb0
Pipeline
#281960
passed with stages
in 11 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Source/cmRuntimeDependencyArchive.cxx
View file @
246bba73
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment