From 1a45266cb544d73a7d7e46d6129ead1faf71fa85 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Tue, 30 Oct 2018 16:13:33 -0400 Subject: cmGlobalGenerator: Add a class that represent the build command This refactors a std::vector into a class so that we can extend the features to represent things such as multiple chained commands in the future. --- Source/cmGlobalJOMMakefileGenerator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmGlobalJOMMakefileGenerator.h') diff --git a/Source/cmGlobalJOMMakefileGenerator.h b/Source/cmGlobalJOMMakefileGenerator.h index bcf46d0316..aa8b5fbb02 100644 --- a/Source/cmGlobalJOMMakefileGenerator.h +++ b/Source/cmGlobalJOMMakefileGenerator.h @@ -40,7 +40,7 @@ public: bool optional) override; protected: - void GenerateBuildCommand(std::vector& makeCommand, + void GenerateBuildCommand(GeneratedMakeCommand& makeCommand, const std::string& makeProgram, const std::string& projectName, const std::string& projectDir, -- cgit v1.2.1