Merge topic 'remove-GetMaximumFilePathLength-call'
b97760f
Remove call to SystemTools::GetMaximumFilePathLength
This commit is contained in:
commit
ccc790f160
|
@ -25,7 +25,7 @@ cmDepends::cmDepends(cmLocalGenerator* lg, const char* targetDir):
|
||||||
Verbose(false),
|
Verbose(false),
|
||||||
FileComparison(0),
|
FileComparison(0),
|
||||||
TargetDirectory(targetDir),
|
TargetDirectory(targetDir),
|
||||||
MaxPath(cmSystemTools::GetMaximumFilePathLength()),
|
MaxPath(16384),
|
||||||
Dependee(new char[MaxPath]),
|
Dependee(new char[MaxPath]),
|
||||||
Depender(new char[MaxPath])
|
Depender(new char[MaxPath])
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue