ENH: remove debug print
This commit is contained in:
parent
ff7ab5f1ab
commit
901dc9d49f
|
@ -1422,7 +1422,6 @@ void cmLocalUnixMakefileGenerator::OutputBuildTargetInDirWindows(std::ostream& f
|
||||||
std::string jumpBack;
|
std::string jumpBack;
|
||||||
if(m_UseRelativePaths)
|
if(m_UseRelativePaths)
|
||||||
{
|
{
|
||||||
cmSystemTools::Message("using relative paths??");
|
|
||||||
jumpBack = cmSystemTools::RelativePath(cmSystemTools::GetProgramPath(path).c_str(),
|
jumpBack = cmSystemTools::RelativePath(cmSystemTools::GetProgramPath(path).c_str(),
|
||||||
m_Makefile->GetCurrentOutputDirectory());
|
m_Makefile->GetCurrentOutputDirectory());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue