Skip to content
  • Brad King's avatar
    Teach GenerateBuildCommand to find its own make program · 123a0608
    Brad King authored
    Add a cmGlobalGenerator::SelectMakeProgram method to select a
    caller-provided make program, the CMAKE_MAKE_PROGRAM cache entry, or a
    generator-provided default.  Call it from all implementations of the
    GenerateBuildCommand method with the corresponding generator's default,
    if any.
    123a0608