Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
01235003
Commit
01235003
authored
Oct 13, 2016
by
Brad King
Committed by
Kitware Robot
Oct 13, 2016
Browse files
Merge topic 'cmake-gui-fix-extra-generator-names'
bf86012a
cmake-gui: Fix "extra" generator entries in drop-down list
parents
429cc18f
bf86012a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmake.cxx
View file @
01235003
...
...
@@ -932,7 +932,7 @@ void cmake::GetRegisteredGenerators(
gen
!=
genList
.
end
();
++
gen
)
{
GeneratorInfo
info
;
info
.
name
=
cmExternalMakefileProjectGenerator
::
CreateFullGeneratorName
(
(
*
i
)
->
GetName
()
,
*
gen
);
*
gen
,
(
*
i
)
->
GetName
());
info
.
baseName
=
*
gen
;
info
.
extraName
=
(
*
i
)
->
GetName
();
info
.
supportsPlatform
=
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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