mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
BUG: Revert the change 1.152
This commit is contained in:
@@ -1674,11 +1674,6 @@ cmLocalUnixMakefileGenerator3
|
||||
{
|
||||
objectName = relFromSource;
|
||||
}
|
||||
else
|
||||
{
|
||||
// This is not relative to source or binary, so make it no path at all
|
||||
objectName = cmSystemTools::GetFilenameName(objectName.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
// Replace the original source file extension with the object file
|
||||
|
||||
Reference in New Issue
Block a user