BUG: Do not escape make variable references in VS additional options.
This commit is contained in:
parent
5b09901f69
commit
b73cac6409
@ -2173,8 +2173,10 @@ void cmLocalVisualStudio7GeneratorOptions::HandleFlag(const char* flag)
|
|||||||
// This option is not known. Store it in the output flags.
|
// This option is not known. Store it in the output flags.
|
||||||
this->FlagString += " ";
|
this->FlagString += " ";
|
||||||
this->FlagString +=
|
this->FlagString +=
|
||||||
cmSystemTools::EscapeWindowsShellArgument(flag,
|
cmSystemTools::EscapeWindowsShellArgument(
|
||||||
cmsysSystem_Shell_Flag_VSIDE);
|
flag,
|
||||||
|
cmsysSystem_Shell_Flag_AllowMakeVariables |
|
||||||
|
cmsysSystem_Shell_Flag_VSIDE);
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user