Skip to content

FindLibUV: Add Windows library name

Christian Pfeiffer requested to merge ChrisTX/cmake:libuv-name-fix into master

The LibUV library is called libuv.lib on Windows, alas the default name uv won't suffice when using CMAKE_USE_SYSTEM_LIBUV = ON on Windows.

Merge request reports