Skip to content
  • Sylvain Joubert's avatar
    Ninja: Use 'console' pool for CMake re-run if possible (#14915) · 9f32a241
    Sylvain Joubert authored and Brad King's avatar Brad King committed
    The pre-defined 'console' pool is a non-buffered pool that runs with a
    depth of 1.  CMake re-run cannot be run concurrently and it will
    eventually output something.  A non-buffered pool allows to get it as
    soon as possible
    
    Also, generate the minimal required version of Ninja in the build file.
    9f32a241