mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'install-manifest-optimize'
c4814174 install: Write the entire installation manifest at once
This commit is contained in:
@@ -1903,7 +1903,10 @@ protected:
|
||||
std::string Manifest;
|
||||
void ManifestAppend(std::string const& file)
|
||||
{
|
||||
this->Manifest += ";";
|
||||
if (!this->Manifest.empty())
|
||||
{
|
||||
this->Manifest += ";";
|
||||
}
|
||||
this->Manifest += file.substr(this->DestDirLength);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user