Skip to content
Snippets Groups Projects
Commit 8b42d560 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'FindZLIB-names'


4ff3ab2a FindZLIB: Add more zlib library names

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !3384
parents 5a720a30 4ff3ab2a
No related branches found
No related tags found
No related merge requests found
......@@ -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})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment