FindLibUV: Add Windows library name
This commit is contained in:
parent
3e2f6bd962
commit
ec67040896
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user