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