cmBuildOptions: Split build arguments into separate object.

This commit is contained in:
Carsten Rudolph
2022-01-21 17:43:17 +01:00
committed by Brad King
parent 6a10103493
commit 193b8fca52
28 changed files with 109 additions and 53 deletions
+1 -1
View File
@@ -478,7 +478,7 @@ cmGlobalXCodeGenerator::GenerateBuildCommand(
const std::string& makeProgram, const std::string& projectName,
const std::string& /*projectDir*/,
std::vector<std::string> const& targetNames, const std::string& config,
bool /*fast*/, int jobs, bool /*verbose*/,
int jobs, bool /*verbose*/, const cmBuildOptions& /*buildOptions*/,
std::vector<std::string> const& makeOptions)
{
GeneratedMakeCommand makeCommand;