mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
COMP: Fix init order.
This commit is contained in:
parent
e5549cff25
commit
16cafd5cdf
@ -31,8 +31,8 @@ cmCustomCommand::cmCustomCommand(const cmCustomCommand& r):
|
||||
CommandLines(r.CommandLines),
|
||||
Comment(r.Comment),
|
||||
WorkingDirectory(r.WorkingDirectory),
|
||||
EscapeOldStyle(r.EscapeOldStyle),
|
||||
EscapeAllowMakeVars(r.EscapeAllowMakeVars)
|
||||
EscapeAllowMakeVars(r.EscapeAllowMakeVars),
|
||||
EscapeOldStyle(r.EscapeOldStyle)
|
||||
{
|
||||
this->Used = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user