MCPcopy Create free account
hub / github.com/Kitware/CMake / GenerateBuildCommand

Method GenerateBuildCommand

Source/cmGlobalGenerator.cxx:2299–2310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2297}
2298
2299std::vector<cmGlobalGenerator::GeneratedMakeCommand>
2300cmGlobalGenerator::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
2312void cmGlobalGenerator::PrintBuildCommandAdvice(std::ostream& /*os*/,
2313 int /*jobs*/) const

Callers 1

BuildMethod · 0.95

Calls 2

moveFunction · 0.85
AddMethod · 0.45

Tested by

no test coverage detected