BUG: Default SHELL on windows should not be a hard-coded path.
This commit is contained in:
parent
4494c29078
commit
a4f9d6a80b
@ -510,7 +510,8 @@ cmLocalUnixMakefileGenerator3
|
|||||||
if(this->WindowsShell)
|
if(this->WindowsShell)
|
||||||
{
|
{
|
||||||
makefileStream
|
makefileStream
|
||||||
<< "SHELL = C:\\WINDOWS\\system32\\cmd.exe\n";
|
<< "SHELL = cmd.exe\n"
|
||||||
|
<< "\n";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user