mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 15:10:20 -06:00
BUG: Need to account for import library directory when constructing the clean rule for the import library. This is an incremental fix for bug #4210.
This commit is contained in:
@@ -368,7 +368,7 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules
|
||||
std::string cleanFullSharedName = outpath + cleanSharedName;
|
||||
std::string cleanFullSharedSOName = outpath + cleanSharedSOName;
|
||||
std::string cleanFullSharedRealName = outpath + cleanSharedRealName;
|
||||
std::string cleanFullImportName = outpath + cleanImportName;
|
||||
std::string cleanFullImportName = outpathImp + cleanImportName;
|
||||
std::string cleanFullPDBName = outpath + cleanPDBName;
|
||||
libCleanFiles.push_back
|
||||
(this->Convert(cleanFullStaticName.c_str(),
|
||||
|
||||
Reference in New Issue
Block a user