mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 01:19:31 -05:00
BUG: Default SHELL on windows should not be a hard-coded path.
This commit is contained in:
@@ -510,7 +510,8 @@ cmLocalUnixMakefileGenerator3
|
||||
if(this->WindowsShell)
|
||||
{
|
||||
makefileStream
|
||||
<< "SHELL = C:\\WINDOWS\\system32\\cmd.exe\n";
|
||||
<< "SHELL = cmd.exe\n"
|
||||
<< "\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user