Skip to content

Commit

Permalink
upgrade to libzip 1.1.3 for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ctabin committed Jun 5, 2016
1 parent 2138449 commit c73c030
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SET(PACKAGE "libzippp")
SET(VERSION "0.2")

SET(ZLIB_PATH "lib/zlib-1.2.8" CACHE STRING "Path to zlib")
SET(LIBZIP_PATH "lib/libzip-1.1.2" CACHE STRING "Path to libzip")
SET(LIBZIP_PATH "lib/libzip-1.1.3" CACHE STRING "Path to libzip")

FIND_PACKAGE(ZLIB REQUIRED)
INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIR})
Expand Down
2 changes: 1 addition & 1 deletion compile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

SET vs2012devprompt=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\VsDevCmd.bat
SET zlib=lib\zlib-1.2.8
SET libzip=lib\libzip-1.1.2
SET libzip=lib\libzip-1.1.3

if not exist "%zlib%" goto error_zlib_not_found
if not exist "%libzip%" goto error_libzip_not_found
Expand Down
Binary file removed lib/libzip-1.1.2-windows-VS2012-patch.zip
Binary file not shown.
Binary file added lib/libzip-1.1.3-windows-VS2012-patch.zip
Binary file not shown.

0 comments on commit c73c030

Please sign in to comment.