Skip to content
  • Robert Maynard's avatar
    Ninja: Avoid re-running CMake on next build after regeneration · 6fac24d7
    Robert Maynard authored and Brad King's avatar Brad King committed
    In commit 4a6397a7 (Ninja: Track configured files so we can regenerate
    them, 2013-06-17) we accidentally started listing files generated by
    CMake as inputs to the configuration process instead of outputs from it.
    Move the list of files generated by CMake to the regeneration rule
    outputs section and tell Ninja to restat after running it.
    6fac24d7