ENH: remove debug print

This commit is contained in:
Bill Hoffman 2004-10-29 15:31:45 -04:00
parent ff7ab5f1ab
commit 901dc9d49f
1 changed files with 0 additions and 1 deletions

View File

@ -1422,7 +1422,6 @@ void cmLocalUnixMakefileGenerator::OutputBuildTargetInDirWindows(std::ostream& f
std::string jumpBack;
if(m_UseRelativePaths)
{
cmSystemTools::Message("using relative paths??");
jumpBack = cmSystemTools::RelativePath(cmSystemTools::GetProgramPath(path).c_str(),
m_Makefile->GetCurrentOutputDirectory());
}