mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-05 22:28:35 -06:00
ENH: try another thing 3
This commit is contained in:
@@ -1587,7 +1587,7 @@ void cmLocalGenerator::OutputLinkLibraries(std::ostream& fout,
|
||||
s += "\"";
|
||||
std::cout << itr->c_str() << "\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
|
||||
fout << runtimeSep << *itr;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user