Merge topic 'libuv-name-fix'

ec670408 FindLibUV: Add Windows library name

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !647
This commit is contained in:
Brad King
2017-03-31 14:39:00 +00:00
committed by Kitware Robot

View File

@@ -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)