[CMake] Compiling CMake without libuv?

Christoph Grüninger foss at grueninger.de
Wed Nov 16 16:49:48 EST 2016


Hi Brad,
thanks for the answer, I wasn't aware that I can pass CMake options to
the bootstrap script.

> There is also the CMAKE_USE_LIBUV option that can be set to OFF.
> One can pass it to the bootstrap script via
> 
>   ../cmake/bootstrap ... -- -DCMAKE_USE_LIBUV=OFF
> 

Works, that will ensure all package will have libuv.

Bye
Christoph


More information about the CMake mailing list