diff options
Diffstat (limited to 'Source/cmInstallFilesGenerator.cxx')
-rw-r--r-- | Source/cmInstallFilesGenerator.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmInstallFilesGenerator.cxx b/Source/cmInstallFilesGenerator.cxx index e470ff8..ad2f84e 100644 --- a/Source/cmInstallFilesGenerator.cxx +++ b/Source/cmInstallFilesGenerator.cxx @@ -16,8 +16,8 @@ cmInstallFilesGenerator::cmInstallFilesGenerator( std::vector<std::string> const& configurations, std::string const& component, MessageLevel message, bool exclude_from_all, std::string rename, bool optional) - : cmInstallGenerator(dest.c_str(), configurations, component.c_str(), - message, exclude_from_all) + : cmInstallGenerator(dest, configurations, component, message, + exclude_from_all) , LocalGenerator(nullptr) , Files(files) , FilePermissions(std::move(file_permissions)) |