mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
cmBuildOptions: Split build arguments into separate object.
This commit is contained in:
committed by
Brad King
parent
6a10103493
commit
193b8fca52
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user