This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit fdbb70b1a49a78aaa58bf5c292edeacf253f4824 Author: David Capello <[email protected]> Date: Fri Apr 1 09:50:09 2016 -0300 Disable zlib tests --- third_party/CMakeLists.txt | 2 ++ third_party/zlib | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index dd95a75..2d5b0f6 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -14,6 +14,8 @@ endif() if(NOT USE_SHARED_ZLIB) set(SKIP_INSTALL_ALL on) set(ZLIB_LIBRARY zlibstatic) + # Don't build zlib tests + set(ZLIB_TESTS OFF CACHE BOOL "Build zlib tests") add_subdirectory(zlib) endif() diff --git a/third_party/zlib b/third_party/zlib index 5089329..93d9014 160000 --- a/third_party/zlib +++ b/third_party/zlib @@ -1 +1 @@ -Subproject commit 50893291621658f355bc5b4d450a8d06a563053d +Subproject commit 93d901450dd66b0f05a4ed05e16986eb1b03bbe3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

