BUG: jump over feature was not working for windows

This commit is contained in:
Bill Hoffman 2004-01-23 13:43:33 -05:00
parent 5d069cdad7
commit 927b2b419c
1 changed files with 1 additions and 1 deletions

View File

@ -1707,7 +1707,7 @@ void cmLocalUnixMakefileGenerator::OutputBuildTargetInDirWindows(std::ostream& f
const char* fullpath)
{
std::string jumpBack =
cmSystemTools::RelativePath(cmSystemTools::GetProgramPath(fullpath).c_str(),
cmSystemTools::RelativePath(cmSystemTools::GetProgramPath(path).c_str(),
m_Makefile->GetCurrentOutputDirectory());
jumpBack = this->ConvertToOutputForExisting(jumpBack.c_str());
std::string wpath = this->ConvertToOutputForExisting(path);