Skip to content

cmCommand refactoring: Turn scripting commands into free functions

gaborbencze requested to merge gaborbencze/cmake:cmCommand_refactor into master

Skipped:

  • cmFileCommand (done in !3657 (merged))
  • cmFind*Command - lots of inheritance, will try to do in a separate PR.
  • Disallowed commands - AddDisallowedCommand doesn't currently accept a Command

Ref: #19499

Merge request reports