浏览代码

ENH: try another thing 3

Bill Hoffman 18 年之前
父节点
当前提交
f0d5bdf86e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmLocalGenerator.cxx

+ 1 - 1
Source/cmLocalGenerator.cxx

@@ -1587,7 +1587,7 @@ void cmLocalGenerator::OutputLinkLibraries(std::ostream& fout,
         s += "\"";
         s += "\"";
         std::cout << itr->c_str() << "\n";
         std::cout << itr->c_str() << "\n";
         std::cout << this->Convert(s.c_str(), NONE, SHELL, false) << "\n";
         std::cout << this->Convert(s.c_str(), NONE, SHELL, false) << "\n";
-        fout << runtimeSep << this->Convert(s.c_str(), NONE, SHELL, false) << ;
+        fout << runtimeSep << this->Convert(s.c_str(), NONE, SHELL, false);
 #else
 #else
         fout << runtimeSep << *itr;
         fout << runtimeSep << *itr;
 #endif
 #endif