mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
BUG: fix for spaces in path for nmake
This commit is contained in:
@@ -827,7 +827,7 @@ cmLocalUnixMakefileGenerator3::GetRelativeTargetDirectory(cmTarget& target)
|
||||
{
|
||||
std::string dir = this->HomeRelativeOutputPath;
|
||||
dir += this->GetTargetDirectory(target);
|
||||
return this->Convert(dir.c_str(),NONE,MAKEFILE);
|
||||
return this->Convert(dir.c_str(),NONE,UNCHANGED);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user