Rename doing_verbatim to doing_nothing

We are about to introduce another property here, so give this
a better name.
This commit is contained in:
Peter Collingbourne 2014-11-05 21:38:19 +01:00 committed by Brad King
parent 39baf728b7
commit ad6ee42627
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ bool cmAddCustomTargetCommand
doing_working_directory,
doing_comment,
doing_source,
doing_verbatim
doing_nothing
};
tdoing doing = doing_command;
@ -90,7 +90,7 @@ bool cmAddCustomTargetCommand
}
else if(copy == "VERBATIM")
{
doing = doing_verbatim;
doing = doing_nothing;
verbatim = true;
}
else if (copy == "COMMENT")