summaryrefslogtreecommitdiff
path: root/Source/cmInstallCommand.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-01 09:01:03 +0200
committerStephen Kelly <steveire@gmail.com>2015-08-23 17:21:27 +0200
commit75e511eeaf77848ffef00d570cb10243764f51d2 (patch)
treec212bd42181b246123e8ffd7ef57eccf77ef00ed /Source/cmInstallCommand.cxx
parent29c1385675df37146465e820d303de3cdd703e8c (diff)
downloadcmake-75e511eeaf77848ffef00d570cb10243764f51d2.tar.gz
cmInstallFilesGenerator: Require cmLocalGenerator, not cmMakefile.
Diffstat (limited to 'Source/cmInstallCommand.cxx')
-rw-r--r--Source/cmInstallCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallCommand.cxx b/Source/cmInstallCommand.cxx
index f548f5dd6f..e22dc42734 100644
--- a/Source/cmInstallCommand.cxx
+++ b/Source/cmInstallCommand.cxx
@@ -42,7 +42,7 @@ static cmInstallFilesGenerator* CreateInstallFilesGenerator(
{
cmInstallGenerator::MessageLevel message =
cmInstallGenerator::SelectMessageLevel(mf);
- return new cmInstallFilesGenerator(mf,
+ return new cmInstallFilesGenerator(
absFiles, args.GetDestination().c_str(),
programs, args.GetPermissions().c_str(),
args.GetConfigurations(), args.GetComponent().c_str(),