mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
cmCPackDragNDropGenerator: remove unnecessary string construction
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user