ENH: Skip 'SHELL = /bin/sh' in Makefiles on VMS
This shell does not exist on VMS, so we leave it out.
This commit is contained in:
parent
516add4d58
commit
c8795101a4
|
@ -676,10 +676,12 @@ cmLocalUnixMakefileGenerator3
|
|||
}
|
||||
else
|
||||
{
|
||||
#if !defined(__VMS)
|
||||
makefileStream
|
||||
<< "# The shell in which to execute make rules.\n"
|
||||
<< "SHELL = /bin/sh\n"
|
||||
<< "\n";
|
||||
#endif
|
||||
}
|
||||
|
||||
std::string cmakecommand =
|
||||
|
|
Loading…
Reference in New Issue