mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
cmGlobalGenerator: Add parallel parameter to GenerateCMakeBuildCommand
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user