| 2297 | } |
| 2298 | |
| 2299 | std::vector<cmGlobalGenerator::GeneratedMakeCommand> |
| 2300 | cmGlobalGenerator::GenerateBuildCommand( |
| 2301 | std::string const& /*unused*/, std::string const& /*unused*/, |
| 2302 | std::string const& /*unused*/, std::vector<std::string> const& /*unused*/, |
| 2303 | std::string const& /*unused*/, int /*unused*/, bool /*unused*/, |
| 2304 | cmBuildOptions /*unused*/, std::vector<std::string> const& /*unused*/, |
| 2305 | BuildTryCompile /*unused*/) |
| 2306 | { |
| 2307 | GeneratedMakeCommand makeCommand; |
| 2308 | makeCommand.Add("cmGlobalGenerator::GenerateBuildCommand not implemented"); |
| 2309 | return { std::move(makeCommand) }; |
| 2310 | } |
| 2311 | |
| 2312 | void cmGlobalGenerator::PrintBuildCommandAdvice(std::ostream& /*os*/, |
| 2313 | int /*jobs*/) const |