mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 00:19:13 +00:00
Disable zlib tests
This commit is contained in:
parent
72b47e061a
commit
fdbb70b1a4
2
third_party/CMakeLists.txt
vendored
2
third_party/CMakeLists.txt
vendored
@ -14,6 +14,8 @@ endif()
|
|||||||
if(NOT USE_SHARED_ZLIB)
|
if(NOT USE_SHARED_ZLIB)
|
||||||
set(SKIP_INSTALL_ALL on)
|
set(SKIP_INSTALL_ALL on)
|
||||||
set(ZLIB_LIBRARY zlibstatic)
|
set(ZLIB_LIBRARY zlibstatic)
|
||||||
|
# Don't build zlib tests
|
||||||
|
set(ZLIB_TESTS OFF CACHE BOOL "Build zlib tests")
|
||||||
add_subdirectory(zlib)
|
add_subdirectory(zlib)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
2
third_party/zlib
vendored
2
third_party/zlib
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 50893291621658f355bc5b4d450a8d06a563053d
|
Subproject commit 93d901450dd66b0f05a4ed05e16986eb1b03bbe3
|
Loading…
Reference in New Issue
Block a user