Browse Source

Merge topic 'libuv-name-fix'

ec670408 FindLibUV: Add Windows library name

Acked-by: Kitware Robot <[email protected]>
Merge-request: !647
Brad King 8 years ago
parent
commit
a466d6f60a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Modules/FindLibUV.cmake

+ 1 - 1
Source/Modules/FindLibUV.cmake

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