summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-09 14:30:16 (GMT)
committerBrad King <brad.king@kitware.com>2007-03-09 14:30:16 (GMT)
commit528f60f4a60440097a4a4997cdf59f0e564ba370 (patch)
treeaa22bf1a28cf33e62664cac46a33c43f0727a70f /Source/cmInstallTargetGenerator.cxx
parent3ec0ff05de74dc2a51461b0345d0d0e6fe0786b6 (diff)
downloadCMake-528f60f4a60440097a4a4997cdf59f0e564ba370.zip
CMake-528f60f4a60440097a4a4997cdf59f0e564ba370.tar.gz
CMake-528f60f4a60440097a4a4997cdf59f0e564ba370.tar.bz2
ENH: Added implib option to cmTarget::GetDirectory to support a separate directory containing the import library. This is an incremental step for bug#4210.
Diffstat (limited to 'Source/cmInstallTargetGenerator.cxx')
-rw-r--r--Source/cmInstallTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallTargetGenerator.cxx b/Source/cmInstallTargetGenerator.cxx
index 916d990..fd585da 100644
--- a/Source/cmInstallTargetGenerator.cxx
+++ b/Source/cmInstallTargetGenerator.cxx
@@ -54,7 +54,7 @@ void cmInstallTargetGenerator::GenerateScript(std::ostream& os)
}
else
{
- fromDir = this->Target->GetDirectory();
+ fromDir = this->Target->GetDirectory(0, this->ImportLibrary);
fromDir += "/";
}