BUG: fix for debug libs not using output path
This commit is contained in:
parent
b7361dd04e
commit
f60e16f8ab
|
@ -882,7 +882,8 @@ void cmLocalVisualStudio6Generator::WriteDSPHeader(std::ostream& fout, const cha
|
||||||
libDebug += ".lib";
|
libDebug += ".lib";
|
||||||
}
|
}
|
||||||
lib = cmSystemTools::ConvertToOutputPath(lib.c_str());
|
lib = cmSystemTools::ConvertToOutputPath(lib.c_str());
|
||||||
|
libDebug = cmSystemTools::ConvertToOutputPath(libDebug.c_str());
|
||||||
|
|
||||||
if (j->second == cmTarget::GENERAL)
|
if (j->second == cmTarget::GENERAL)
|
||||||
{
|
{
|
||||||
libOptions += " ";
|
libOptions += " ";
|
||||||
|
|
Loading…
Reference in New Issue