mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
install: Write manifest file in parallel install
Updates the parallel install to generate the install_manifest.txt file.
This commit is contained in:
@@ -16,7 +16,7 @@ class cmInstallScriptHandler
|
||||
{
|
||||
public:
|
||||
cmInstallScriptHandler() = default;
|
||||
cmInstallScriptHandler(const std::string&, std::vector<std::string>&);
|
||||
cmInstallScriptHandler(std::string, std::string, std::vector<std::string>&);
|
||||
bool isParallel();
|
||||
int install(unsigned int j);
|
||||
class InstallScript
|
||||
@@ -37,4 +37,7 @@ public:
|
||||
|
||||
private:
|
||||
std::vector<std::vector<std::string>> commands;
|
||||
std::vector<std::string> directories;
|
||||
std::string binaryDir;
|
||||
std::string component;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user