cmGlobalGenerator: Add parallel parameter to GenerateCMakeBuildCommand

This commit is contained in:
friendlyanon
2021-05-01 16:05:19 +02:00
parent a51ad60687
commit 4dd4e9dd6c
5 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -694,7 +694,7 @@ int cmCPackGenerator::RunPreinstallTarget(
// Does this generator require pre-install?
if (const char* preinstall = globalGenerator->GetPreinstallTargetName()) {
std::string buildCommand = globalGenerator->GenerateCMakeBuildCommand(
preinstall, buildConfig, "", false);
preinstall, buildConfig, "", "", false);
cmCPackLogger(cmCPackLog::LOG_DEBUG,
"- Install command: " << buildCommand << std::endl);
cmCPackLogger(cmCPackLog::LOG_OUTPUT,