summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-12-18 18:40:29 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-12-18 18:40:29 (GMT)
commit1b2f84a7275f89ed57547af592e52e62c20e839c (patch)
treef7d3305bcbf3ce017bc2d53a51dff59bcffec3dc
parent72d8bd1e411d4f1f1bbe4146e91d66114e1c7110 (diff)
downloadCMake-1b2f84a7275f89ed57547af592e52e62c20e839c.zip
CMake-1b2f84a7275f89ed57547af592e52e62c20e839c.tar.gz
CMake-1b2f84a7275f89ed57547af592e52e62c20e839c.tar.bz2
ERR: Remove debug
-rw-r--r--Source/cmLocalUnixMakefileGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx
index b9de317..6fafac2 100644
--- a/Source/cmLocalUnixMakefileGenerator.cxx
+++ b/Source/cmLocalUnixMakefileGenerator.cxx
@@ -1578,7 +1578,6 @@ void cmLocalUnixMakefileGenerator::OutputDependLibs(std::ostream& fout)
if(cacheValue && *cacheValue &&
(!this->SamePath(m_Makefile->GetCurrentOutputDirectory(), cacheValue)))
{
- std::cout << "Cache Value: " << cacheValue << std::endl;
// add the correct extension
std::string ltname = *lib+"_LIBRARY_TYPE";
const char* libType