Skip to content

Commit

Permalink
Upgrade zlib to version 1.2.11 (#1193).
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrnz committed Jan 26, 2017
1 parent eaef17b commit af23643
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/thirdParty/zlib/CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ PROJECT(zlibPlugin)

# Specify the version of zlib we want to build

SET(ZLIB_FULL_VERSION "1.2.8")
SET(ZLIB_FULL_VERSION "1.2.11")
SET(ZLIB_SHORT_VERSION "1")

SET(ZLIB_GIT_TAG v${ZLIB_FULL_VERSION})
Expand Down Expand Up @@ -64,9 +64,9 @@ IF(USE_PREBUILT_ZLIB_PLUGIN)
ENDIF()
ELSEIF(APPLE)
RETRIEVE_PACKAGE_FILE(${RELATIVE_PROJECT_SOURCE_DIR}
zlib ${ZLIB_SHORT_VERSION} f025002ebc0426193d41888dc13565a5ee5864f4
zlib ${ZLIB_SHORT_VERSION} 6d366c7d431a503bb7635e8e11c03ac223cf2b20
CHECKED_FILES ${CHECKED_FILES}
SHA1_VALUES 49e9f0fabc7b5a7ebaa77491a27ba5d18cb3b328
SHA1_VALUES cb158dc614f4d149cfc27b1d983ae75e26392d6c
)
ELSE()
RETRIEVE_PACKAGE_FILE(${RELATIVE_PROJECT_SOURCE_DIR}
Expand Down

0 comments on commit af23643

Please sign in to comment.