mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
Source: Fix typo discovered by typos 1.36.1
This commit is contained in:
@@ -4240,7 +4240,7 @@ std::string cmLocalGenerator::GetObjectFileNameWithoutTarget(
|
||||
}
|
||||
|
||||
// This can return an absolute path in the case where source is
|
||||
// not relative to the current source or binary directoreis
|
||||
// not relative to the current source or binary directories
|
||||
std::string objectName = this->GetRelativeSourceFileName(source);
|
||||
// if it is still a full path check for the try compile case
|
||||
// try compile never have in source sources, and should not
|
||||
|
||||
Reference in New Issue
Block a user