mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmInstallFilesGenerator: Require cmLocalGenerator, not cmMakefile.
This commit is contained in:
@@ -91,7 +91,7 @@ void cmInstallProgramsCommand::FinalPass()
|
||||
cmInstallGenerator::MessageLevel message =
|
||||
cmInstallGenerator::SelectMessageLevel(this->Makefile);
|
||||
this->Makefile->AddInstallGenerator(
|
||||
new cmInstallFilesGenerator(this->Makefile, this->Files,
|
||||
new cmInstallFilesGenerator(this->Files,
|
||||
destination.c_str(), true,
|
||||
no_permissions, no_configurations,
|
||||
no_component.c_str(), message, no_rename));
|
||||
|
||||
Reference in New Issue
Block a user