From e48dbbf048604397ec00a2f95600e57b57634577 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 27 Jul 2023 09:16:02 -0400 Subject: cmCPackDragNDropGenerator: remove unnecessary string construction --- Source/CPack/cmCPackDragNDropGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CPack/cmCPackDragNDropGenerator.cxx b/Source/CPack/cmCPackDragNDropGenerator.cxx index aa63ff7..bd92839 100644 --- a/Source/CPack/cmCPackDragNDropGenerator.cxx +++ b/Source/CPack/cmCPackDragNDropGenerator.cxx @@ -198,7 +198,7 @@ int cmCPackDragNDropGenerator::PackageFiles() } else { full_package_name += package_file; } - full_package_name += std::string(GetOutputExtension()); + full_package_name += GetOutputExtension(); packageFileNames.push_back(full_package_name); std::string src_dir = cmStrCat(toplevel, '/', package_file); -- cgit v0.12