Skip to content

Make libuv available to all parts of CMake

Brad King requested to merge brad.king/cmake:libuv-required into master

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.

Edited by Brad King

Merge request reports