diff options
author | Brad King <brad.king@kitware.com> | 2006-02-19 22:27:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-02-19 22:27:47 (GMT) |
commit | 8dd00d5b1efe13b571a1d8fefc7dca317cdb826c (patch) | |
tree | 9eb09e139a8cd2f45154d91d60a5b249ac055dbb /Source/cmInstallTargetsCommand.cxx | |
parent | b6e4bc0521290b18d0914d21e19f31f66b328140 (diff) | |
download | CMake-8dd00d5b1efe13b571a1d8fefc7dca317cdb826c.zip CMake-8dd00d5b1efe13b571a1d8fefc7dca317cdb826c.tar.gz CMake-8dd00d5b1efe13b571a1d8fefc7dca317cdb826c.tar.bz2 |
BUG: Fixed relink with new install framework.
Diffstat (limited to 'Source/cmInstallTargetsCommand.cxx')
-rw-r--r-- | Source/cmInstallTargetsCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmInstallTargetsCommand.cxx b/Source/cmInstallTargetsCommand.cxx index 0216c4d..b86d1f3 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 { |