Selaa lähdekoodia

Merge topic 'FindZLIB-names'

4ff3ab2ac9 FindZLIB: Add more zlib library names

Acked-by: Kitware Robot <[email protected]>
Merge-request: !3384
Brad King 6 vuotta sitten
vanhempi
sitoutus
8b42d56002
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      Modules/FindZLIB.cmake

+ 2 - 2
Modules/FindZLIB.cmake

@@ -67,8 +67,8 @@ set(_ZLIB_SEARCH_NORMAL
 unset(_ZLIB_x86)
 list(APPEND _ZLIB_SEARCHES _ZLIB_SEARCH_NORMAL)
 
-set(ZLIB_NAMES z zlib zdll zlib1)
-set(ZLIB_NAMES_DEBUG zlibd zlibd1)
+set(ZLIB_NAMES z zlib zdll zlib1 zlibstatic)
+set(ZLIB_NAMES_DEBUG zd zlibd zdlld zlibd1 zlib1d zlibstaticd)
 
 # Try each search configuration.
 foreach(search ${_ZLIB_SEARCHES})