diff options
Diffstat (limited to 'Source/cmInstallTargetGenerator.cxx')
-rw-r--r-- | Source/cmInstallTargetGenerator.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmInstallTargetGenerator.cxx b/Source/cmInstallTargetGenerator.cxx index d2fc2ea..e05daa8 100644 --- a/Source/cmInstallTargetGenerator.cxx +++ b/Source/cmInstallTargetGenerator.cxx @@ -29,8 +29,8 @@ cmInstallTargetGenerator::cmInstallTargetGenerator( std::string file_permissions, std::vector<std::string> const& configurations, std::string const& component, MessageLevel message, bool exclude_from_all, bool optional, cmListFileBacktrace backtrace) - : cmInstallGenerator(dest.c_str(), configurations, component.c_str(), - message, exclude_from_all) + : cmInstallGenerator(dest, configurations, component, message, + exclude_from_all) , TargetName(std::move(targetName)) , Target(nullptr) , FilePermissions(std::move(file_permissions)) |