mirror of https://github.com/aseprite/aseprite.git
Disable zlib tests
This commit is contained in:
parent
72b47e061a
commit
fdbb70b1a4
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 50893291621658f355bc5b4d450a8d06a563053d
|
||||
Subproject commit 93d901450dd66b0f05a4ed05e16986eb1b03bbe3
|
||||
Loading…
Reference in New Issue