From 1f77780d8a2caa821fa2b1cbf35c7a9bfe06bebb Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 9 Mar 2024 23:26:00 +0100 Subject: Zlib shared library is no longer part of distribution --- contrib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt index 6094770..2c9f2f1 100644 --- a/contrib/CMakeLists.txt +++ b/contrib/CMakeLists.txt @@ -11,7 +11,7 @@ make_available(gtest infoware libpng ogg vorbis zlib) add_subdirectory(Opcode) add_subdirectory(sha1) install( - TARGETS png15 Opcode zlib + TARGETS png15 Opcode RUNTIME COMPONENT Runtime DESTINATION ${CMAKE_INSTALL_PREFIX} -- cgit v1.1