diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-12-18 18:40:29 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-12-18 18:40:29 (GMT) |
commit | 1b2f84a7275f89ed57547af592e52e62c20e839c (patch) | |
tree | f7d3305bcbf3ce017bc2d53a51dff59bcffec3dc | |
parent | 72d8bd1e411d4f1f1bbe4146e91d66114e1c7110 (diff) | |
download | CMake-1b2f84a7275f89ed57547af592e52e62c20e839c.zip CMake-1b2f84a7275f89ed57547af592e52e62c20e839c.tar.gz CMake-1b2f84a7275f89ed57547af592e52e62c20e839c.tar.bz2 |
ERR: Remove debug
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator.cxx | 1 |
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 |