ENH: fix for Watcom
This commit is contained in:
parent
c96c175484
commit
06027d1d2b
@ -385,10 +385,6 @@ cmMakefileTargetGenerator
|
|||||||
relativeObj = "";
|
relativeObj = "";
|
||||||
}
|
}
|
||||||
relativeObj += obj;
|
relativeObj += obj;
|
||||||
if(this->Makefile->GetDefinition("CMAKE_WINDOWS_OBJECT_PATH"))
|
|
||||||
{
|
|
||||||
relativeObj = cmSystemTools::ConvertToOutputPath(relativeObj.c_str());
|
|
||||||
}
|
|
||||||
// Write the build rule.
|
// Write the build rule.
|
||||||
|
|
||||||
// Build the set of compiler flags.
|
// Build the set of compiler flags.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user