Skip to content

Commit

Permalink
Update libpng to 1.6.29 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kowaliczek committed Mar 26, 2017
1 parent b22e400 commit 1f6a81d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -168,4 +168,3 @@ deploy:
appveyor_repo_tag: true # deploy on tag push only
auth_token: # encrypted token from GitHub
secure: 4QuwNtXXqe6cIFwL3YCCn/47V7LdKBNbJVGjBSGDzJyUefOER3b7OrMrXm2FQYy3

6 changes: 3 additions & 3 deletions cmake/get-libpng.cmake
@@ -1,13 +1,13 @@
#------------------------------------------------------------------------------
# External Project: libpng
# Website: http://www.libpng.org/pub/png/libpng.html
# Downloads: https://github.com/glennrp/libpng/archive/v1.6.28.zip
# Downloads: https://github.com/glennrp/libpng/archive/v1.6.29.zip
# Github: https://github.com/glennrp/libpng
#------------------------------------------------------------------------------

include(ExternalProject)

set(LIBPNG_VERSION "1.6.28")
set(LIBPNG_VERSION "1.6.29")

set(LIBPNG_CMAKE_ARGS ${COMMON_CMAKE_ARGS}
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
Expand All @@ -31,7 +31,7 @@ ExternalProject_Add(
DOWNLOAD_DIR ${DEPENDENCY_DOWNLOAD_DIR}
DOWNLOAD_NAME libpng-v${LIBPNG_VERSION}.zip
URL https://github.com/glennrp/libpng/archive/v${LIBPNG_VERSION}.zip
URL_MD5 eeb04099fb0910df8d4691ecf8135cb8
URL_MD5 fc5287dd4082e42eb1da5656f3568cce
INSTALL_DIR ${DEPENDENCY_INSTALL_DIR}
CONFIGURE_COMMAND ${CMAKE_COMMAND} ${DEPENDENCY_EXTRACT_DIR}/src/libpng
-G ${CMAKE_GENERATOR}
Expand Down

0 comments on commit 1f6a81d

Please sign in to comment.