mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
BUG: fix for debug libs not using output path
This commit is contained in:
@@ -882,7 +882,8 @@ void cmLocalVisualStudio6Generator::WriteDSPHeader(std::ostream& fout, const cha
|
||||
libDebug += ".lib";
|
||||
}
|
||||
lib = cmSystemTools::ConvertToOutputPath(lib.c_str());
|
||||
|
||||
libDebug = cmSystemTools::ConvertToOutputPath(libDebug.c_str());
|
||||
|
||||
if (j->second == cmTarget::GENERAL)
|
||||
{
|
||||
libOptions += " ";
|
||||
|
||||
Reference in New Issue
Block a user