Skip to content

cmake-gui: Fix "extra" generator entries in drop-down list

Refactoring in commit a354f60c accidentally switched the order of the "extra - base" generator names to "base - extra". Switch it back. While this could affect all callers of the GetRegisteredGenerators method, only cmake-gui actually used this particular field.

Closes: #16359 (closed)

Merge request reports