ERR: Remove cout
This commit is contained in:
parent
d23636d48b
commit
c1002cccb0
|
@ -145,7 +145,6 @@ void cmLocalGenerator::GenerateInstallRules()
|
||||||
std::string libname = libOutPath;
|
std::string libname = libOutPath;
|
||||||
libname += cmSystemTools::GetFilenameWithoutExtension(fname);
|
libname += cmSystemTools::GetFilenameWithoutExtension(fname);
|
||||||
libname += ".lib";
|
libname += ".lib";
|
||||||
std::cout << "This is dll: " << libname << std::endl;
|
|
||||||
files = libname.c_str();
|
files = libname.c_str();
|
||||||
this->AddInstallRule(fout, dest, cmTarget::STATIC_LIBRARY, files, true);
|
this->AddInstallRule(fout, dest, cmTarget::STATIC_LIBRARY, files, true);
|
||||||
std::string dlldest = prefix + l->second.GetRuntimeInstallPath();
|
std::string dlldest = prefix + l->second.GetRuntimeInstallPath();
|
||||||
|
|
Loading…
Reference in New Issue