浏览代码

ERR: Remove debug

Andy Cedilnik 22 年之前
父节点
当前提交
1b2f84a727
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Source/cmLocalUnixMakefileGenerator.cxx

+ 0 - 1
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