summaryrefslogtreecommitdiff
path: root/Source/cmInstallTargetsCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-02-19 17:27:47 -0500
committerBrad King <brad.king@kitware.com>2006-02-19 17:27:47 -0500
commit8dd00d5b1efe13b571a1d8fefc7dca317cdb826c (patch)
tree9eb09e139a8cd2f45154d91d60a5b249ac055dbb /Source/cmInstallTargetsCommand.cxx
parentb6e4bc0521290b18d0914d21e19f31f66b328140 (diff)
downloadcmake-8dd00d5b1efe13b571a1d8fefc7dca317cdb826c.tar.gz
BUG: Fixed relink with new install framework.
Diffstat (limited to 'Source/cmInstallTargetsCommand.cxx')
-rw-r--r--Source/cmInstallTargetsCommand.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmInstallTargetsCommand.cxx b/Source/cmInstallTargetsCommand.cxx
index 0216c4db30..b86d1f33ef 100644
--- a/Source/cmInstallTargetsCommand.cxx
+++ b/Source/cmInstallTargetsCommand.cxx
@@ -46,6 +46,7 @@ bool cmInstallTargetsCommand::InitialPass(std::vector<std::string> const& args)
{
tgts[*s].SetInstallPath(args[0].c_str());
tgts[*s].SetRuntimeInstallPath(runtime_dir.c_str());
+ tgts[*s].SetHaveInstallRule(true);
}
else
{