mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
COMP: Fix init order.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user