Skip to content

Combined unexpected commands

Daniel Pfeifer requested to merge purpleKarrot/cmake:end-commands into master

This combines cmElseCommand, cmElseIfCommand, cmEndForEachCommand, cmEndFunctionCommand, cmEndIfCommand, cmEndMacroCommand, and cmEndWhileCommand to a single class: cmUnexpectedCommand. I picked that name because it represents commands that are unexpected in the current context.

Merge request reports