Skip to content
  • Brad King's avatar
    Make libuv available to all parts of CMake · 88c9878a
    Brad King authored
    The libuv library provides many useful platform abstractions and better
    process management than KWSys.  We'd like to use it everywhere instead
    of just in the server mode.  Drop the `CMAKE_USE_LIBUV` option and use
    libuv everywhere except during bootstrap.
    88c9878a