mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
FindLibUV: Add Windows library name
This commit is contained in:
@@ -49,7 +49,7 @@ They may be set by end users to point at libuv components.
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
find_library(LibUV_LIBRARY
|
||||
NAMES uv
|
||||
NAMES uv libuv
|
||||
)
|
||||
mark_as_advanced(LibUV_LIBRARY)
|
||||
|
||||
|
Reference in New Issue
Block a user