mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
BUG: .lib from a .dll should go in m_LibraryOutputPath not m_ExecutableOutputPath
This commit is contained in:
@@ -566,7 +566,7 @@ void cmLocalVisualStudio7Generator::OutputBuildTool(std::ostream& fout,
|
||||
}
|
||||
fout << "\t\t\t\tStackReserveSize=\""
|
||||
<< m_Makefile->GetDefinition("CMAKE_CXX_STACK_SIZE") << "\"\n";
|
||||
temp = m_ExecutableOutputPath;
|
||||
temp = m_LibraryOutputPath;
|
||||
temp += configName;
|
||||
temp += "/";
|
||||
temp += libName;
|
||||
|
||||
Reference in New Issue
Block a user