Skip to content
  • Daniel Pfeifer's avatar
    cmCommand: deprecate functions GetMakefile and SetError · 1eebc295
    Daniel Pfeifer authored and wahikihiki's avatar wahikihiki committed
    Replace the members for the Makefile and the Error with a
    cmExecutionStatus.  Re-implement GetMakefile and SetError based on that.
    
    Both functions should be called directly on the cmExecutionStatus that is
    passed to InitialPass.  This will help us make all Commands immutable and
    remove the need for cloning.
    1eebc295