summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-10-29 19:31:45 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-10-29 19:31:45 (GMT)
commit901dc9d49f8cb978eb81315a70686b785623d563 (patch)
tree6c0b289f027c60568c0257f772fcf215183d29df /Source
parentff7ab5f1abebf4ef9459b10a22fd8d09cf6e3b1b (diff)
downloadCMake-901dc9d49f8cb978eb81315a70686b785623d563.zip
CMake-901dc9d49f8cb978eb81315a70686b785623d563.tar.gz
CMake-901dc9d49f8cb978eb81315a70686b785623d563.tar.bz2
ENH: remove debug print
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalUnixMakefileGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx
index 9ff5624..a96dc3c 100644
--- a/Source/cmLocalUnixMakefileGenerator.cxx
+++ b/Source/cmLocalUnixMakefileGenerator.cxx
@@ -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());
}